From d6c95a646691895f098bc0b4c82136d9d4cb0d0c Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Sat, 30 Nov 2024 09:51:08 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- src/Foundation/TestbenchServiceProvider.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Foundation/TestbenchServiceProvider.php b/src/Foundation/TestbenchServiceProvider.php index e25fa87..8e19a2a 100644 --- a/src/Foundation/TestbenchServiceProvider.php +++ b/src/Foundation/TestbenchServiceProvider.php @@ -32,10 +32,6 @@ public function register() */ public function boot() { - if (is_dir($this->app->basePath('migrations'))) { - $this->loadMigrationsFrom($this->app->basePath('migrations')); - } - if ($this->app->runningInConsole()) { $this->commands([ Console\CreateSqliteDbCommand::class,