@@ -6,12 +6,12 @@ |
||
6 | 6 | |
7 | 7 | class Hashtag extends Model |
8 | 8 | { |
9 | - protected $table = 'hashtags'; |
|
10 | - protected $fields = array( |
|
11 | - 'tag' => array( |
|
12 | - 'type' => Schema::DT_TEXT, |
|
13 | - 'required' => true, |
|
14 | - 'nullable' => false |
|
15 | - ) |
|
16 | - ); |
|
9 | + protected $table = 'hashtags'; |
|
10 | + protected $fields = array( |
|
11 | + 'tag' => array( |
|
12 | + 'type' => Schema::DT_TEXT, |
|
13 | + 'required' => true, |
|
14 | + 'nullable' => false |
|
15 | + ) |
|
16 | + ); |
|
17 | 17 | } |