mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 02:14:03 +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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
fail-fast: false
|
||||||
include:
|
include:
|
||||||
- laravel: 9
|
- laravel: 9
|
||||||
php: "8.0"
|
php: "8.0"
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue