示例#1
0
 public function imagesForWebsite()
 {
     $images = $this->assetsManager->imagesForWebsites();
     return $this->jsonResponse($images);
 }