Пример #1
0
 public function nextPath()
 {
     // Workaround for LazyLoaderAdapter to reload table contents after mutation request
     if ($this->getRequest()->isMutation()) {
         return '/FirewallObjects/Services/read';
     }
     return parent::nextPath();
 }