Completed
Push — master ( 03df00...648c2d )
by Anu
07:35 queued 05:02
created
app/Core/Models/Hashtag.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.