Browse Source

Update Contact model

Daniel Supernault 6 years ago
parent
commit
a72d0964ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Contact.php

+ 1 - 1
app/Contact.php

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