feat: introduce multi-tenancy by adding a structures table, structure_id to key models, and updating seeders for structure management.
This commit is contained in:
@@ -8,4 +8,6 @@ use App\Traits\BelongsToStructure;
|
||||
class Role extends SpatieRole
|
||||
{
|
||||
use BelongsToStructure;
|
||||
|
||||
protected $fillable = ['name', 'guard_name', 'structure_id'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user