placeholder table action buttons

This commit is contained in:
2018-07-28 18:37:51 +02:00
parent b9fed14465
commit dc5ec5db95
14 changed files with 338 additions and 202 deletions
+5
View File
@@ -177,4 +177,9 @@ class User extends Authenticatable
return parent::__get($name);
}
public function ownsTable(Table $table)
{
return $table->owner_id == $this->id;
}
}