mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 01:14:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
cb2a061ed2
commit
f58591a4fd
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Stancl\Tenancy\Contracts\Future;
|
namespace Stancl\Tenancy\Contracts\Future;
|
||||||
|
|
||||||
use Illuminate\Database\Connection;
|
use Illuminate\Database\Connection;
|
||||||
|
|
@ -10,4 +12,4 @@ use Illuminate\Database\Connection;
|
||||||
interface CanSetConnection
|
interface CanSetConnection
|
||||||
{
|
{
|
||||||
public function setConnection(Connection $connection);
|
public function setConnection(Connection $connection);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue