Skip to content

Commit

Permalink
codestyle(UsersController): doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fxleblanc committed Mar 1, 2016
1 parent 58b732b commit 0c55a48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Controller/UsersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,11 @@ public function registerStudent()
$this->set('_serialize', ['user']);
}

/**
* RegisterStudentOptional method
*
* @return redirect
*/
public function registerStudentOptional()
{
$this->viewBuilder()->layout(false);
Expand Down

0 comments on commit 0c55a48

Please sign in to comment.