1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-09-13 20:50:18 +02:00
Magallanes/docs/example-config/.mage/tasks/MyTask.php

8 lines
69 B
PHP
Raw Normal View History

2011-11-22 12:16:06 +01:00
<?php
class MyTask
{
public function run()
{
}
}