예제 #1
0
파일: test.php 프로젝트: im286er/LuckyPHP
 protected function redirect()
 {
     return Route::redirect('http://www.microsoft.com');
 }
예제 #2
0
파일: test.php 프로젝트: jasonshaw/LuckyPHP
 public function redirect()
 {
     Route::redirect('http://www.microsoft.com');
 }