protected function activity(BannerPosition $position, $boolean) { $position->setIsActive($boolean); $manager = $this->container->get('wucdbm_banner.manager.banners'); $manager->savePosition($position); return $this->json(['success' => true, 'refresh' => true]); }