[Emergency] Uncaught Error: Class 'Controller' not found

GET /soek-foeretag/soek-foeretag-via-karta/val/1

Line 34 in /home/cloudcr1/svenskradonforening4/app/src/MapPage.php

Source

25          *     'action' => '->checkAction' // you can only access this action if $this->checkAction() returns true
26          * );
27          * </code>
28          *
29          * @var array
30          */
31         private static $allowed_actions = array("val");
32 
33         public function val() {
34             $this->specialVariant = Controller::curr()->getRequest()->param('ID');
35             return $this->render();
36         }
37 
38         public function init() {
39             parent::init();
40             // You can include any CSS or JS required by your project here.

Trace