Exemplo n.º 1
0
 /**
  * Register a callback to run after all Gate checks.
  *
  * @param callable $callback
  * @return $this 
  * @static 
  */
 public static function after($callback)
 {
     return \Illuminate\Auth\Access\Gate::after($callback);
 }