Completed
Push — development ( d0998d...e182a7 )
by Claudio
91:45 queued 77:59
created
app/Models/ChocolateyModel.php 1 patch
Switch Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -1,32 +1,32 @@
 block discarded – undo
1
-<?php
1
+ <?php
2 2
 
3
-namespace App\Models;
3
+ namespace App\Models;
4 4
 
5
-use Illuminate\Database\Eloquent\Model;
5
+ use Illuminate\Database\Eloquent\Model;
6 6
 
7 7
 /**
8 8
  * Class ChocolateyModel.
9 9
  */
10
-abstract class ChocolateyModel extends Model
11
-{
12
-    /**
10
+ abstract class ChocolateyModel extends Model
11
+ {
12
+     /**
13 13
      * Remove Useless Updated At.
14 14
      *
15 15
      * @return null
16 16
      */
17
-    public function getUpdatedAtColumn()
18
-    {
19
-    }
17
+     public function getUpdatedAtColumn()
18
+     {
19
+     }
20 20
 
21
-    /**
21
+     /**
22 22
      * Remove Useless Updated At.
23 23
      *
24 24
      * @param mixed $value
25 25
      *
26 26
      * @return $this
27 27
      */
28
-    public function setUpdatedAt($value)
29
-    {
30
-        return $this;
31
-    }
28
+     public function setUpdatedAt($value)
29
+     {
30
+         return $this;
31
+     }
32 32
 }
Please login to merge, or discard this patch.