Skip to content

Commit

Permalink
Merge branch 'main' of github.com:daniel-cintra/modular-blog
Browse files Browse the repository at this point in the history
# Conflicts:
#	stubs/modules/Blog/Database/Seeders/BlogAclSeeder.php
  • Loading branch information
daniel-cintra committed Feb 19, 2024
2 parents 03e48cd + ff1b59e commit dc2b211
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stubs/modules/Blog/Database/Seeders/BlogAclSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

class BlogAclSeeder extends Seeder
{
/**
* Seed the application's database.
*/
public function run(): void
{
$permissions = $this->getPermissions();
Expand Down Expand Up @@ -51,5 +54,4 @@ private function getPermissions(): array
];

}

}

0 comments on commit dc2b211

Please sign in to comment.