This commit is contained in:
2021-03-19 13:51:25 +01:00
parent 171e0a3765
commit 7e6c3d4b9b
11 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use Backend\Models\GameJam;
use Illuminate\Contracts\Config;
require_once('../bootstrap.php');
" tis is a string'' ";
$gameJam = GameJam::firstOrCreate([
'name' => "First game jam ever!", 'start_time' => "2021-03-03T12:40", 'end_time' => "2021-04-03T12:40", 'description' => "Det her et en beskrivelse"