Move all front-end templates into a skin folder; override some view calls to accomodate
This commit is contained in:
@@ -30,6 +30,11 @@ class RegisterController extends Controller
|
||||
*/
|
||||
protected $redirectTo = '/home';
|
||||
|
||||
public function showRegistrationForm()
|
||||
{
|
||||
return $this->view('auth.register');
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new controller instance.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user