Merge branch 'develop'
This commit is contained in:
commit
e5a7e6619f
1 changed files with 8 additions and 0 deletions
|
@ -12,4 +12,12 @@ class RegisterController extends Controller
|
||||||
{
|
{
|
||||||
$this->middleware('guest');
|
$this->middleware('guest');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function showRegistrationForm() {
|
||||||
|
abort(404,'Page not found');
|
||||||
|
}
|
||||||
|
|
||||||
|
public function register() {
|
||||||
|
abort(404,'Page not found');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue