#!/usr/bin/env php
<?php

declare(strict_types=1);

require __DIR__ . '/vendor/autoload.php';

echo "Zavvion Events Yii console entry point. Install Yii 3 packages, then wire migration and queue commands here." . PHP_EOL;
