Skip to content

Commit 5d8c004

Browse files
author
Alex Westergaard
committed
Remove forgotten var dump
1 parent a97aa9c commit 5d8c004

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Model/Event.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public static function fromArray(array $params = [])
2929

3030
if (is_array($param)) {
3131
$callableName = substr($callableName, -1) === 's' ? substr($callableName, 0, -1) : $callableName;
32-
var_dump($callableName);
3332
foreach ($param as $paramRow) {
3433
if (method_exists($event, ($method = 'add' . $callableName))) {
3534
$event->$method($paramRow);

0 commit comments

Comments
 (0)