<?php
namespace Abcpremium\PsHerstellerCreatorBundle;
use Pimcore\Extension\Bundle\AbstractPimcoreBundle;
class AbcpremiumPsHerstellerCreatorBundle extends AbstractPimcoreBundle
{
public function getJsPaths()
{
return [
'/bundles/abcpremiumpsherstellercreator/js/pimcore/ps-creator.js'
];
}
}