-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./vendor/bin/hidev app executing bootstraping component two times #10
Comments
Can you please show a corresponding part of your config? |
you can check my config in https://github.com/codexten/yii-core/blob/master/src/config/core.php#L15 Event manager example cron controller attaching cron task to cron events 'eventManager' => [
'events' => [
[CronController::class, CronController::EVENT_ON_DAILY_RUN, [Events::class, 'dailyTask']],
], then runing
|
I've started redoing hidev for Yii 3 but the framework is being changed right now and I don't keep up with the changes. So if |
ok |
No description provided.
The text was updated successfully, but these errors were encountered: