| @@ -72,7 +72,7 @@ | ||
| 72 | 72 | ->cannotBeEmpty() | 
| 73 | 73 | ->defaultNull() | 
| 74 | 74 | ->validate() | 
| 75 | -                            ->ifTrue(function ($v) { | |
| 75 | +                            ->ifTrue(function($v) { | |
| 76 | 76 |                                  if (!class_exists($v)) { | 
| 77 | 77 | return true; | 
| 78 | 78 | } |