feat: implement multi-tenancy and super admin impersonation with security banner
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use App\Traits\BelongsToStructure;
|
||||
|
||||
class TaskItem extends Model
|
||||
{
|
||||
use BelongsToStructure;
|
||||
protected $fillable = [
|
||||
'service_task_id',
|
||||
'label',
|
||||
|
||||
Reference in New Issue
Block a user