Skip to content

Commit

Permalink
Update TenantAware.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Aug 7, 2020
1 parent adcc79e commit 8dd1f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/Concerns/TenantAware.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

trait TenantAware
{
use UsesMultitenancyConfig;
use UsesTenantModel;
use UsesMultitenancyConfig,
UsesTenantModel;

protected function execute(InputInterface $input, OutputInterface $output)
{
Expand Down

0 comments on commit 8dd1f18

Please sign in to comment.