From 0ac525b5e4bdb94b12e53b49f6bb7e3a390b5105 Mon Sep 17 00:00:00 2001 From: manusiakemos Date: Fri, 24 May 2024 02:25:27 +0800 Subject: [PATCH] bugs fixed config tag --- src/WirecrudServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WirecrudServiceProvider.php b/src/WirecrudServiceProvider.php index 4e8914d..013e1d1 100755 --- a/src/WirecrudServiceProvider.php +++ b/src/WirecrudServiceProvider.php @@ -35,7 +35,7 @@ public function boot(): void $this->publishes([ __DIR__.'/../config/config.php' => config_path('wirecrud.php'), - ], 'config'); + ], 'wirecrud:config'); // Publishing the views. $this->publishes([