@@ -23,10 +23,10 @@ |
||
| 23 | 23 | use Illuminate\Contracts\Validation\Factory as ValidationFactory; |
| 24 | 24 | use Illuminate\Contracts\Broadcasting\Factory as BroadcastFactory; |
| 25 | 25 | |
| 26 | -if (! function_exists('version')) { |
|
| 26 | +if (!function_exists('version')) { |
|
| 27 | 27 | function version() |
| 28 | 28 | { |
| 29 | - $version = new Version( |
|
| 29 | + $version=new Version( |
|
| 30 | 30 | '0.0.0', |
| 31 | 31 | base_path() |
| 32 | 32 | ); |