Eloquent\Phony\Facade\AbstractFacade::restoreGlobalFunctions PHP Метод

restoreGlobalFunctions() публичный статический Метод

Restores the behavior of any functions in the global namespace that have been altered via spyGlobal() or stubGlobal().
public static restoreGlobalFunctions ( )
    public static function restoreGlobalFunctions()
    {
        return static::driver()->functionHookManager->restoreGlobalFunctions();
    }