Initial URLify of vid desc and profile
This commit is contained in:
parent
9364a2e212
commit
4188fcf064
5 changed files with 37 additions and 5 deletions
7
app/Constants/TextExtras.php
Normal file
7
app/Constants/TextExtras.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
namespace App\Constants;
|
||||
|
||||
abstract class TextExtras {
|
||||
const USER = 0;
|
||||
const HASHTAG = 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue