ownsTable($table); } public function delete(User $user, Table $table) { return $user->ownsTable($table); } }