#!/usr/bin/env php <?php declare(strict_types = 1); use Avolver\CompanyEventsKitchen\Application; require_once __DIR__ . '/../vendor/autoload.php'; gc_enable(); $app = new Application(); $app->run();