Laracasts\Flash\Flash::getFacadeAccessor PHP Method

getFacadeAccessor() protected static method

Get the binding in the IoC container
protected static getFacadeAccessor ( ) : string
return string
    protected static function getFacadeAccessor()
    {
        return 'flash';
    }