We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97aa9c commit 5d8c004Copy full SHA for 5d8c004
src/Model/Event.php
@@ -29,7 +29,6 @@ public static function fromArray(array $params = [])
29
30
if (is_array($param)) {
31
$callableName = substr($callableName, -1) === 's' ? substr($callableName, 0, -1) : $callableName;
32
- var_dump($callableName);
33
foreach ($param as $paramRow) {
34
if (method_exists($event, ($method = 'add' . $callableName))) {
35
$event->$method($paramRow);
0 commit comments