Skip to content

Commit

Permalink
Merge pull request #300 from masterix21/fix-escapes
Browse files Browse the repository at this point in the history
πŸ› tenants:artisan backslashes (#296)
  • Loading branch information
masterix21 authored Oct 25, 2021
2 parents 0b07848 + 40c6535 commit a378206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Commands/TenantsArtisanCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ public function handle()
$artisanCommand = $this->ask('Which artisan command do you want to run for all tenants?');
}

$artisanCommand = addslashes($artisanCommand);

$tenant = Tenant::current();

$this->line('');
Expand Down

0 comments on commit a378206

Please sign in to comment.