Replaced Moment with Carbon #84

Merged
Ghost merged 148 commits from develop into beta 2022-09-22 05:53:36 +02:00
Showing only changes of commit 2f405ffb6d - Show all commits

View file

@ -50,12 +50,13 @@ class InitService
public function fresh($body)
{
//grab template files
//TODO: Remove hardcoded link and set up init path in settings
$newFolks = json_decode(
file_get_contents('../content/config/init/folks-template.json'),
file_get_contents('../content/init/folks-template.json'),
true
);
$newSettings = json_decode(
file_get_contents('../content/config/init/settings-template.json'),
file_get_contents('../content/init/settings-template.json'),
true
);
//get form values