From c4e7142eb73e5335ae6cb68c0a18cc082d387b60 Mon Sep 17 00:00:00 2001 From: tim gavin Date: Sat, 27 Apr 2024 11:37:35 -0400 Subject: [PATCH] Apply fixes from StyleCI (#7) --- src/LaravelFollowServiceProvider.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LaravelFollowServiceProvider.php b/src/LaravelFollowServiceProvider.php index 4cc8da8..4b46016 100644 --- a/src/LaravelFollowServiceProvider.php +++ b/src/LaravelFollowServiceProvider.php @@ -16,11 +16,11 @@ public function boot(): void $this->loadMigrationsFrom(__DIR__ . '/../database/migrations'); $this->publishes([ - __DIR__.'/../database/migrations' => database_path('migrations') + __DIR__ . '/../database/migrations' => database_path('migrations'), ], 'migrations'); $this->publishes([ - __DIR__.'/../config/laravel-follow.php' => config_path('laravel-follow.php') + __DIR__ . '/../config/laravel-follow.php' => config_path('laravel-follow.php'), ], 'config'); if ($this->app->runningInConsole()) {