mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 22:34:05 +00:00
wip
This commit is contained in:
parent
78c751c5a5
commit
cd97bb6eb3
2 changed files with 2 additions and 2 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
fail-fast: false
|
||||
include:
|
||||
- laravel: 9
|
||||
php: "8.0"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue