1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 23:14:05 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-12-11 18:07:31 +00:00 committed by StyleCI Bot
parent cb2a061ed2
commit f58591a4fd

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Stancl\Tenancy\Contracts\Future;
use Illuminate\Database\Connection;
@ -10,4 +12,4 @@ use Illuminate\Database\Connection;
interface CanSetConnection
{
public function setConnection(Connection $connection);
}
}