App\Http\Controllers\TokenController::index PHP 메소드

index() 공개 메소드

public index ( ) : Illuminate\Http\RedirectResponse
리턴 Illuminate\Http\RedirectResponse
    public function index()
    {
        return Redirect::to('settings/' . ACCOUNT_API_TOKENS);
    }