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

Fix #30 remove namespace statement from helpers.php

This commit is contained in:
Samuel Štancl 2019-02-13 13:12:12 +01:00
parent 268075cb03
commit 62e3781542

View file

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