1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-25 21:00:18 +02:00
Magallanes/docs/example-config/.mage/tasks/MyTask.php
2011-11-22 09:16:06 -02:00

8 lines
69 B
PHP

<?php
class MyTask
{
public function run()
{
}
}