import app Models User change

This commit is contained in:
2020-09-11 20:42:45 +02:00
34 changed files with 665 additions and 556 deletions

View File

@@ -3,7 +3,7 @@
namespace App\Policies;
use App\Models\Event;
use App\User;
use App\Models\User;
use Illuminate\Auth\Access\HandlesAuthorization;
class EventPolicy