|
@@ -47,7 +47,7 @@ class Controller extends BaseController
|
|
if (strtolower($contrName) == 'cart'){
|
|
if (strtolower($contrName) == 'cart'){
|
|
$userId = Session::get('user_id');
|
|
$userId = Session::get('user_id');
|
|
if (empty($userId)){
|
|
if (empty($userId)){
|
|
- return view('passport/login');
|
|
|
|
|
|
+ return view('passport/logIn');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|