Krucas\Notification\Facades\Notification::getFacadeAccessor PHP Method

getFacadeAccessor() protected static method

Get the registered component.
protected static getFacadeAccessor ( ) : object
return object
    protected static function getFacadeAccessor()
    {
        return 'notification';
    }
Notification