Exception detected!

The controller must return a response (null given). Did you forget to add a return statement somewhere in your controller?

500 Internal Server Error - LogicException

Stack Trace

  1. in kernel.root_dir/bootstrap.php.cache at line 2987  -
    1. if (null === $response) {
    2. $msg .=' Did you forget to add a return statement somewhere in your controller?';
    3. }
    4. throw new \LogicException($msg);
    5. }
    6. }
    7. return $this->filterResponse($response$request$type);
  2. at HttpKernel ->handleRaw (object(Request), '1')
    in kernel.root_dir/bootstrap.php.cache at line 2937  +
  3. at HttpKernel ->handle (object(Request), '1', true)
    in kernel.root_dir/bootstrap.php.cache at line 3086  +
  4. at ContainerAwareHttpKernel ->handle (object(Request), '1', true)
    in kernel.root_dir/bootstrap.php.cache at line 2336  +
  5. at Kernel ->handle (object(Request))
    in /home/domodek/public_html/web/app.php at line 27  +

Logs  -

Stack Trace (Plain Text)  +