Skip to content

Commit 5302ea6

Browse files
authored
Update publishPermissionViews.php
1 parent 2736522 commit 5302ea6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Commands/publishPermissionViews.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class PublishPermissionViews extends Command
1212
* @var string
1313
*/
1414
protected $name = 'permission:publish:views';
15+
1516
/**
1617
* The console command description.
1718
*
@@ -26,4 +27,4 @@ public function handle()
2627
$this->info('Publishing Views');
2728
$this->call('vendor:publish', ['--provider' => PermissionServiceProvider::class, '--tag' => ['permission.views']]);
2829
}
29-
}
30+
}

0 commit comments

Comments
 (0)