@@ -44,7 +44,7 @@ |
||
44 | 44 | ->isRequired() |
45 | 45 | ->validate() |
46 | 46 | ->ifTrue( |
47 | - function ($v) { |
|
47 | + function($v) { |
|
48 | 48 | return !class_exists($v); |
49 | 49 | } |
50 | 50 | ) |