Skip to content

Commit

Permalink
bump ef edition for seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
Meow committed Aug 30, 2024
1 parent f8ff3b9 commit 258c13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/seeders/EurofurenceSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class EurofurenceSeeder extends Seeder
public function run(): void
{
$project = Project::firstOrCreate([
'path' => 'EF27',
'name' => 'Eurofurence 27',
'path' => 'EF28',
'name' => 'Eurofurence 28',
]);

// Create Primary Layout
Expand Down

0 comments on commit 258c13f

Please sign in to comment.