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

Merge branch 'run-command' of github.com:stancl/tenancy into run-command

This commit is contained in:
Samuel Štancl 2019-08-09 18:58:22 +02:00
commit caa32348d4

View file

@ -3,7 +3,6 @@
namespace Stancl\Tenancy\Commands; namespace Stancl\Tenancy\Commands;
use Illuminate\Console\Command; use Illuminate\Console\Command;
use Illuminate\Support\Facades\Artisan;
class Run extends Command class Run extends Command
{ {