Model update

This commit is contained in:
2021-03-04 10:19:58 +01:00
parent d27996542f
commit f33fdf95a3
6 changed files with 26 additions and 2 deletions
+5
View File
@@ -1,8 +1,13 @@
<?php
use Backend\Models\GameJam;
require "../bootstrap.php";
$gameJam = GameJam::firstOrCreate([
'name' => "First game jam ever!", 'startTime' => "2021-03-03T12:40", 'endTime' => "2021-04-03T12:40", 'description' => "Det her et en beskrivelse"
]);