Вход Регистрация
Файл: gapps/vendor/laravel/framework/src/Illuminate/Foundation/Auth/RedirectsUsers.php
Строк: 12
<?php

namespace IlluminateFoundationAuth;

trait 
RedirectsUsers
{
    
/**
     * Get the post register / login redirect path.
     *
     * @return string
     */
    
public function redirectPath()
    {
        if (
property_exists($this'redirectPath')) {
            return 
$this->redirectPath;
        }

        return 
property_exists($this'redirectTo') ? $this->redirectTo '/home';
    }
}
Онлайн: 0
Реклама