Daniel Supernault пре 6 година
родитељ
комит
a72d0964ac
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Contact.php

+ 1 - 1
app/Contact.php

@@ -13,6 +13,6 @@ class Contact extends Model
 
     public function adminUrl()
     {
-    	return url('/i/admin/contact/show/' . $this->id);
+    	return url('/i/admin/messages/show/' . $this->id);
     }
 }