Completed
Push — master ( 5a17b7...592d83 )
by Ariel
12:12
created
src/Models/Vacancy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
      */
92 92
     public function humanresourceSlug()
93 93
     {
94
-        if($this->humanresource)
94
+        if ($this->humanresource)
95 95
         {
96 96
             return $this->humanresource->slug;
97 97
         }
Please login to merge, or discard this patch.