created_by === $user->id || $user->can((new \ReflectionClass($this))->getShortName().'.'.__FUNCTION__); } /** * Determine whether the user can delete the model. * * @param \App\Models\User $user * @param \App\Models\BitcoinEvent $bitcoinEvent * * @return \Illuminate\Auth\Access\Response|bool */ public function delete(User $user, BitcoinEvent $bitcoinEvent) { // } /** * Determine whether the user can restore the model. * * @param \App\Models\User $user * @param \App\Models\BitcoinEvent $bitcoinEvent * * @return \Illuminate\Auth\Access\Response|bool */ public function restore(User $user, BitcoinEvent $bitcoinEvent) { // } /** * Determine whether the user can permanently delete the model. * * @param \App\Models\User $user * @param \App\Models\BitcoinEvent $bitcoinEvent * * @return \Illuminate\Auth\Access\Response|bool */ public function forceDelete(User $user, BitcoinEvent $bitcoinEvent) { // } }