Basic tenant structure
This commit is contained in:
10
app/Scopes/CommonModel.php
Normal file
10
app/Scopes/CommonModel.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Scopes;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
abstract class CommonModel extends Model
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user