mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:34:05 +00:00
Add a hook that should run before trying to fetch tenants
Signed-off-by: michael lundbøl <michael.lundboel@gmail.com>
This commit is contained in:
parent
726a0462eb
commit
39c1e65172
4 changed files with 103 additions and 0 deletions
|
|
@ -16,5 +16,6 @@ class ConsoleKernel extends Kernel
|
|||
protected $commands = [
|
||||
ExampleCommand::class,
|
||||
AddUserCommand::class,
|
||||
AddUserConditionally::class
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue