1
0
Daniel Supernault 6 жил өмнө
parent
commit
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);
     }
 }