1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 00:14:05 +00:00
This commit is contained in:
Samuel Štancl 2024-01-27 23:17:10 +01:00
parent 78c751c5a5
commit cd97bb6eb3
2 changed files with 2 additions and 2 deletions

View file

@ -15,6 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
fail-fast: false
include: include:
- laravel: 9 - laravel: 9
php: "8.0" php: "8.0"

View file

@ -10,8 +10,7 @@ use Symfony\Component\Console\Output\OutputInterface;
trait TenantAwareCommand trait TenantAwareCommand
{ {
/** @return int */ protected function execute(InputInterface $input, OutputInterface $output): int
protected function execute(InputInterface $input, OutputInterface $output)
{ {
$tenants = $this->getTenants(); $tenants = $this->getTenants();
$exitCode = 0; $exitCode = 0;