Skip to content

Commit

Permalink
Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
cxj committed Mar 5, 2023
1 parent ce9b3ff commit b2530c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public function configurePackage(Package $package): void
* More info: https://github.com/spatie/laravel-package-tools
*/
$package
->name('laravel-looking-glass-client')
// ->name('laravel-looking-glass-client')
->name('laravel-looking-glass')
->hasConfigFile()
->hasCommand(LookingGlassCommand::class);
}
Expand Down

0 comments on commit b2530c1

Please sign in to comment.