1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 02:34:03 +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:
matrix:
fail-fast: false
include:
- laravel: 9
php: "8.0"

View file

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