Skip to content

Commit a0bb523

Browse files
committed
chore: Remove debug statement in Service model
1 parent 0b4fc38 commit a0bb523

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Models/Service.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,6 @@ public function extraFields()
797797
}
798798
}
799799
$databases = $this->databases()->get();
800-
ray($databases);
801800

802801
foreach ($databases as $database) {
803802
$image = str($database->image)->before(':')->value();

0 commit comments

Comments
 (0)