Explorar el Código

Update Status model

Daniel Supernault hace 5 años
padre
commit
f6a6174292
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
     {