Passed
Push — main ( e54bd0...ca7764 )
by Pranjal
01:55
created
src/Manager/RecordManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     */
75 75
     public function getById(Model $model, mixed $id): Model
76 76
     {
77
-        $query =  (new QueryBuilder($this->db))
77
+        $query = (new QueryBuilder($this->db))
78 78
                  ->select('*')
79 79
                  ->from($model->getName(), 't')
80 80
                  ->where("t.id = '".$id."'");
Please login to merge, or discard this patch.