Completed
Push — master ( 0e73ef...894ab0 )
by Ariel
10:08
created
src/Presenters/BusinessPresenter.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,8 +68,7 @@
 block discarded – undo
68 68
      */
69 69
     public function industryIcon()
70 70
     {
71
-        $src = ($this->wrappedObject->pref('cover_photo_url')) ?:
72
-            asset('/img/industries/'.$this->wrappedObject->category->slug.'.png');
71
+        $src = ($this->wrappedObject->pref('cover_photo_url')) ?: asset('/img/industries/'.$this->wrappedObject->category->slug.'.png');
73 72
 
74 73
         return "<img class=\"img-responsive center-block\" src=\"{$src}\"/>";
75 74
     }
Please login to merge, or discard this patch.