ok

Mini Shell

Direktori : /proc/thread-self/root/home2/selectio/www/fms-worksuite/vendor/laravel/fortify/src/
Upload File :
Current File : //proc/thread-self/root/home2/selectio/www/fms-worksuite/vendor/laravel/fortify/src/RoutePath.php

<?php

namespace Laravel\Fortify;

class RoutePath
{
    /**
     * Get the route path for the given route name.
     *
     * @param  string  $routeName
     * @param  string  $default
     * @return string
     */
    public static function for(string $routeName, string $default)
    {
        return config('fortify.paths.'.$routeName) ?? $default;
    }
}

Zerion Mini Shell 1.0