Browse Source

Update Contact model

Daniel Supernault 6 năm trước cách đây
mục cha
commit
a72d0964ac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
     }
 }