Passed
Push — master ( 19cc5c...a6d118 )
by John
03:33
created
app/Helpers/functions.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,10 +23,10 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.