소스 검색

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