update branch
This commit is contained in:
@ -12,7 +12,10 @@ class WebsiteController extends Controller
|
||||
}
|
||||
|
||||
public function home(){
|
||||
// return view($this->path.'home');
|
||||
return ('home');
|
||||
return view($this->path.'.home');
|
||||
}
|
||||
|
||||
public function single(){
|
||||
return view($this->path.'.single');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user