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'),