Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
xiphon
CCS Backend
Commits
0adc618e
Commit
0adc618e
authored
Jan 08, 2019
by
beardedwarrior
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed file name for new to ffs
parent
10fa3160
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/Console/Commands/UpdateSiteProposals.php
app/Console/Commands/UpdateSiteProposals.php
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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