Skip to content

Commit

Permalink
Merge pull request #584 from nasirkhan/analysis-Ko5R3D
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
nasirkhan authored May 15, 2024
2 parents 65b13eb + 6bcdb75 commit ad0ca2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion database/seeders/Auth/PermissionRoleTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ public function run()
$user = Role::create(['id' => '5', 'name' => 'user']);
}

public function CreateDefaultPermissions() {
public function CreateDefaultPermissions()
{
// Create Permissions
$permissions = Permission::defaultPermissions();

Expand Down

0 comments on commit ad0ca2a

Please sign in to comment.