@@ -24,6 +24,9 @@ |
||
24 | 24 | */ |
25 | 25 | private static $allow_checkout = false; |
26 | 26 | |
27 | + /** |
|
28 | + * @param CheckInController $controller |
|
29 | + */ |
|
27 | 30 | public function __construct($controller, $name = 'CheckInForm') |
28 | 31 | { |
29 | 32 | $fields = FieldList::create( |