浏览代码

Update Contact model

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);
     }
 }