#!/usr/bin/env php add(new Console\OverdueNotification($container)); $application->add(new Console\TaskExport($container)); $application->run();