Joey JEANTET
Joey JEANTET
The user params was missing and we were only able to get the user with : ```php use Concrete\Core\User\User; use Symfony\Component\HttpFoundation\Session\Session; /** @var Session $session */ $session = $this->app->make('session'); dd(User::getByUserID($session->get('uID')));...
I don't know if it's a bug, but it's pretty weird. We have a controller to display news fetched from algolia. Our controller is a PageTypeController and have a public...
Hi ! Is there any way to get delivrable package via the api ?