diff options
author | Sam Light <samlight1994@gmail.com> | 2025-04-26 12:23:20 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-04-26 12:23:20 +0100 |
commit | a1ba375df4978a606d519430ce8f7c7f0d170eed (patch) | |
tree | 67aaacc2f2bb6982016bcea3e86b7c9d02d5654a | |
parent | 2a227315dc46815bf06c046d636999d60a1de431 (diff) |
Fixed testbench not booting the tables service provider
-rw-r--r-- | testbench.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testbench.yaml b/testbench.yaml index 83c05da..bd72443 100644 --- a/testbench.yaml +++ b/testbench.yaml @@ -2,6 +2,7 @@ laravel: '@testbench' providers: - Workbench\App\Providers\WorkbenchServiceProvider + - Lightscale\LaralightTables\ServiceProvider migrations: - workbench/database/migrations |