Skip to content

Commit 7192eb3

Browse files
committed
Fix styling
1 parent 9369574 commit 7192eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RbacServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function packageBooted()
2828
parent::packageBooted();
2929

3030
$this->publishes([
31-
__DIR__.'/../stubs/ability.stub' => base_path('stubs/ability.stub'),
31+
__DIR__.'/../stubs/ability.stub' => base_path('stubs/ability.stub'),
3232
__DIR__.'/../stubs/defined-role.stub' => base_path('stubs/defined-role.stub'),
3333
], ['rbac-stubs', 'stubs']);
3434
}

0 commit comments

Comments
 (0)