Gate::after PHP Method

after() public static method

Register a callback to run after all Gate checks.
public static after ( callable $callback )
$callback callable
        public static function after($callback)
        {
            return \Illuminate\Auth\Access\Gate::after($callback);
        }