Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cintra committed Feb 19, 2024
1 parent dc2b211 commit 608d82f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stubs/modules/Blog/Database/Seeders/BlogAclSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@

class BlogAclSeeder extends Seeder
{
/**
* Seed the application's database.
*/
public function run(): void
{
$permissions = $this->getPermissions();
Expand Down Expand Up @@ -52,6 +49,5 @@ private function getPermissions(): array
'Blog: Tag - Edit',
'Blog: Tag - Delete',
];

}
}

0 comments on commit 608d82f

Please sign in to comment.