From abeb088e977074ca82e56f27980cd074e2225c5b Mon Sep 17 00:00:00 2001 From: tnylea Date: Mon, 20 May 2024 18:24:20 +0000 Subject: [PATCH] Fixes coding style --- src/AuthServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AuthServiceProvider.php b/src/AuthServiceProvider.php index acf4d28..d87a1ac 100644 --- a/src/AuthServiceProvider.php +++ b/src/AuthServiceProvider.php @@ -56,7 +56,7 @@ public function boot(): void // Publish the migrations $this->publishes([ - __DIR__.'/../database/migrations' => database_path('migrations') + __DIR__.'/../database/migrations' => database_path('migrations'), ], 'auth:migrations'); // Registering package commands.