Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
39 | 12 | public function __construct() |
|
40 | { |
||
41 | 12 | $this->middleware('guest'); |
|
42 | 12 | $this->email = '[email protected]'; |
|
43 | 12 | } |
|
57 |