Skip to content

Commit eba0af6

Browse files
authored
Added default preload callable method on PeriodicTimer (#36)
1 parent 05f2079 commit eba0af6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

PeriodicTimer/PeriodicTimer.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,13 @@ public function addServiceCall(
5151
$service->$method();
5252
});
5353
}
54+
55+
/**
56+
*
57+
*/
58+
function onKernelPreload()
59+
{
60+
// Just an empty method to be called.
61+
// The main goal are the previous calls
62+
}
5463
}

0 commit comments

Comments
 (0)