Passed
Pull Request — master (#11)
by Fatih
04:48
created
src/Services/InvoiceService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -267,7 +267,7 @@
 block discarded – undo
267 267
      */
268 268
     public function findByRelated(Model $model): Collection
269 269
     {
270
-        return collect($model->invoiceLines()->get())->map(function ($item) {
270
+        return collect($model->invoiceLines()->get())->map(function($item) {
271 271
             return $item->invoice()->get();
272 272
         });
273 273
     }
Please login to merge, or discard this patch.