From 24df9d34f35594d1c67f3aa34f45c182a4a705a0 Mon Sep 17 00:00:00 2001 From: Sairahcaz Date: Fri, 23 Sep 2022 12:36:32 +0200 Subject: [PATCH] changed vendor 2.0 --- src/Middleware/XHProfMiddleware.php | 2 +- src/XHProfServiceProvider.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Middleware/XHProfMiddleware.php b/src/Middleware/XHProfMiddleware.php index 055edbc..9ff7a17 100644 --- a/src/Middleware/XHProfMiddleware.php +++ b/src/Middleware/XHProfMiddleware.php @@ -1,6 +1,6 @@ publishes([ __DIR__ . '/../config/config.php' => config_path('xhprof.php'), ], 'config'); // Publishing the migrations. - //php artisan vendor:publish --provider="Sairahcaz\LaravelXhprof\XHProfServiceProvider" --tag="migrations" + //php artisan vendor:publish --provider="LaracraftTech\LaravelXhprof\XHProfServiceProvider" --tag="migrations" if (! class_exists('CreateXHProfTable')) { $this->publishes([ __DIR__ . '/../database/migrations/create_xhprof_table.php.stub' => database_path('migrations/' . date('Y_m_d_His', time()) . '_create_xhprof_table.php'),