Source of file create-list-of-tasks.php
Size: 0,163 Bytes - Last Modified: 2020-07-03T12:08:09+00:00
/var/www/docs.ssmods.com/process/src/create-list-of-tasks.php
123456789 | <?php require_once __DIR__ . '/vendor/autoload.php'; use Sunnysideup\UpgradeToSilverstripe4\Api\CreateListOfTasks; $obj = new CreateListOfTasks(); $obj->run(); |