Open mmikkel opened 6 years ago
Retour calls craft()->userSession in a couple of spots in RetourService, which throws an exception ("Craft\ConsoleApp.session" is not defined.) when Craft is running in console mode.
craft()->userSession
"Craft\ConsoleApp.session" is not defined.
Retour calls
craft()->userSession
in a couple of spots in RetourService, which throws an exception ("Craft\ConsoleApp.session" is not defined.
) when Craft is running in console mode.