1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:34:04 +00:00

Don't extend final Kernel class

This commit is contained in:
Erik Gaal 2022-02-08 09:39:36 +01:00
parent 261fcd230d
commit 81ebe7c6f5
No known key found for this signature in database
GPG key ID: 8733B288F439A599

View file

@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Stancl\Tenancy\Tests\Etc;
use Orchestra\Testbench\Console\Kernel;
use Orchestra\Testbench\Foundation\Console\Kernel;
class ConsoleKernel extends Kernel
{