Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
monero-project
CCS Backend
Commits
0adc618e
Commit
0adc618e
authored
Jan 08, 2019
by
beardedwarrior
Browse files
changed file name for new to ffs
parent
10fa3160
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Console/Commands/UpdateSiteProposals.php
View file @
0adc618e
...
...
@@ -44,7 +44,7 @@ class UpdateSiteProposals extends Command
$this
->
workInProgressProposals
(),
];
$json
=
json_encode
(
$response
,
JSON_UNESCAPED_SLASHES
|
JSON_PRETTY_PRINT
);
\
Storage
::
put
(
'
new
.json'
,
$json
);
\
Storage
::
put
(
'
ffs
.json'
,
$json
);
}
public
function
ideaProposals
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment