Skip to content

Commit

Permalink
Fix ContentSeeder
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimot24 authored Aug 23, 2024
1 parent 85227d0 commit 7284b6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion database/seeders/ContentSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ public function run()
'id' => 1,
'title' => 'default',
'image' => 'abovethecity.jpg',
'author_id' => 1,
'active' => 1
]);


}
}
}

0 comments on commit 7284b6b

Please sign in to comment.