You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I replaced: Craft::$app->on(Application::EVENT_INIT, function (Event $event) {
with use yii\base\Event;
... Event::on(CraftVariable::class, CraftVariable::EVENT_INIT, function(Event $event) {
I believe it's almost the same but it seems to work.
Describe the bug
When I re-serve my Craft app, I get this error:
To Reproduce
Steps to reproduce the behavior:
./craft serve
)./craft serve
)Expected behavior
Craft running on serve.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: