D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Support
/
Facades
/
Filename :
Redirect.php
back
Copy
<?php namespace Illuminate\Support\Facades; /** * @see \Illuminate\Routing\Redirector */ class Redirect extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'redirect'; } }