Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sertxudev authored Oct 7, 2022
1 parent 58a71de commit 837a53f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/LockScreenServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class LockScreenServiceProvider extends ServiceProvider
* @return void
*/
public function boot(Router $router): void {
$this->registerResources();
$this->defineAssetPublishing();
$this->offerPublishing();
$this->registerCommands();
Expand Down Expand Up @@ -88,13 +87,4 @@ protected function registerCommands(): void {
]);
}
}

/**
* Register the resources.
*
* @return void
*/
protected function registerResources(): void {
$this->loadViewsFrom(__DIR__.'/../resources/views', 'lockscreen');
}
}

0 comments on commit 837a53f

Please sign in to comment.