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 Comment extends Model
|
||||
{
|
||||
use BelongsToStructure;
|
||||
protected $fillable = ['user_id', 'content', 'commentable_id', 'commentable_type'];
|
||||
|
||||
public function user()
|
||||
|
||||
Reference in New Issue
Block a user