소스 검색

Update Status model

Daniel Supernault 5 년 전
부모
커밋
f6a6174292
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Status.php

+ 1 - 1
app/Status.php

@@ -48,7 +48,7 @@ class Status extends Model
 
     const MAX_HASHTAGS = 30;
 
-    const MAX_LINKS = 2;
+    const MAX_LINKS = 0;
 
     public function profile()
     {