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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-10-21 18:33:10 +00:00 committed by StyleCI Bot
parent d4d6c747d2
commit 72f7fafd92

View file

@ -1,5 +1,7 @@
<?php <?php
declare(strict_types=1);
namespace Stancl\Tenancy\Exceptions; namespace Stancl\Tenancy\Exceptions;
use Exception; use Exception;