فهرست منبع

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_HASHTAGS = 30;
 
 
-    const MAX_LINKS = 2;
+    const MAX_LINKS = 0;
 
 
     public function profile()
     public function profile()
     {
     {