Data folder

This commit is contained in:
Kekskurse 2019-09-20 11:01:24 +02:00
parent 125f151202
commit 284400784a
5 changed files with 2 additions and 1 deletions

View File

View File

@ -0,0 +1 @@
Lumen Eloquent models

View File

@ -1,6 +1,6 @@
<?php
namespace App;
namespace App\Data\Models;
use Illuminate\Auth\Authenticatable;
use Illuminate\Contracts\Auth\Access\Authorizable as AuthorizableContract;

View File

View File