Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Theresa Bartell
ffs
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
...
@@ -44,7 +44,7 @@ class UpdateSiteProposals extends Command
$this
->
workInProgressProposals
(),
$this
->
workInProgressProposals
(),
];
];
$json
=
json_encode
(
$response
,
JSON_UNESCAPED_SLASHES
|
JSON_PRETTY_PRINT
);
$json
=
json_encode
(
$response
,
JSON_UNESCAPED_SLASHES
|
JSON_PRETTY_PRINT
);
\
Storage
::
put
(
'
new
.json'
,
$json
);
\
Storage
::
put
(
'
ffs
.json'
,
$json
);
}
}
public
function
ideaProposals
()
public
function
ideaProposals
()
...
...
Write
Preview
Supports
Markdown
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