mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 13:34:04 +00:00
first implementation
This commit is contained in:
parent
67172a1176
commit
cfaa6463ee
6 changed files with 99 additions and 23 deletions
18
tests/Etc/ConsoleKernel.php
Normal file
18
tests/Etc/ConsoleKernel.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
namespace Stancl\Tenancy\Tests\Etc;
|
||||
|
||||
use Stancl\Tenancy\Tests\Etc\ExampleCommand;
|
||||
use Orchestra\Testbench\Console\Kernel;
|
||||
|
||||
class ConsoleKernel extends Kernel
|
||||
{
|
||||
/**
|
||||
* The Artisan commands provided by your application.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $commands = [
|
||||
ExampleCommand::class,
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue