Ilya Valyaev
Results
13
comments of
Ilya Valyaev
wrote in yii_test ``` try { $exitCode = $application->run(); } catch (\Exception $exception) { echo $exception; $exitCode = ExitCode::UNSPECIFIED_ERROR; } ```
maybe it will help https://github.com/philippfrenzel/yii2fullcalendar/pull/151
in our project i added in composer.json ``` "conflict": { "bower-asset/fullcalendar": "^4.3.0" }, ```