<?php
namespace Optiweb\ImageSyncBundle;
use Pimcore\Extension\Bundle\AbstractPimcoreBundle;
class ImageSyncBundle extends AbstractPimcoreBundle
{
public function getJsPaths()
return [
'/bundles/imagesync/js/pimcore/startup.js'
];
}