1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 12:54:05 +00:00

Add a use statement

This commit is contained in:
Samuel Štancl 2019-02-13 13:23:09 +01:00 committed by GitHub
parent 62e3781542
commit fa5334f83e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
<?php <?php
use Stancl\Tenancy\TenantManager;
if (! function_exists('tenancy')) { if (! function_exists('tenancy')) {
function tenancy($key = null) function tenancy($key = null)
{ {