Completed
Push — develop ( 391d38...d77dc3 )
by Evan
02:52
created
src/Type/Model.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -44,10 +44,10 @@
 block discarded – undo
44 44
     abstract public static function typeId();
45 45
 
46 46
     /**
47
-    * Get a new query builder for the model.
48
-    *
49
-    * @return \Silk\Contracts\BuildsQueries
50
-    */
47
+     * Get a new query builder for the model.
48
+     *
49
+     * @return \Silk\Contracts\BuildsQueries
50
+     */
51 51
     abstract public function newQuery();
52 52
 
53 53
     /**
Please login to merge, or discard this patch.
src/User/Model.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -44,10 +44,10 @@
 block discarded – undo
44 44
     abstract public static function typeId();
45 45
 
46 46
     /**
47
-    * Get a new query builder for the model.
48
-    *
49
-    * @return \Silk\Contracts\BuildsQueries
50
-    */
47
+     * Get a new query builder for the model.
48
+     *
49
+     * @return \Silk\Contracts\BuildsQueries
50
+     */
51 51
     abstract public function newQuery();
52 52
 
53 53
     /**
Please login to merge, or discard this patch.