placeholder table action buttons
This commit is contained in:
@@ -177,4 +177,9 @@ class User extends Authenticatable
|
||||
|
||||
return parent::__get($name);
|
||||
}
|
||||
|
||||
public function ownsTable(Table $table)
|
||||
{
|
||||
return $table->owner_id == $this->id;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user