mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:14:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
cfaa6463ee
commit
1322d02c78
3 changed files with 3 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ class Run extends Command
|
||||||
|
|
||||||
// Run command
|
// Run command
|
||||||
Artisan::call($this->argument('commandname'), [
|
Artisan::call($this->argument('commandname'), [
|
||||||
'args' => $this->argument('args') // todo find a better way to pass args
|
'args' => $this->argument('args'), // todo find a better way to pass args
|
||||||
]);
|
]);
|
||||||
tenancy()->end();
|
tenancy()->end();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
namespace Stancl\Tenancy\Tests\Etc;
|
namespace Stancl\Tenancy\Tests\Etc;
|
||||||
|
|
||||||
use Stancl\Tenancy\Tests\Etc\ExampleCommand;
|
|
||||||
use Orchestra\Testbench\Console\Kernel;
|
use Orchestra\Testbench\Console\Kernel;
|
||||||
|
|
||||||
class ConsoleKernel extends Kernel
|
class ConsoleKernel extends Kernel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue