Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Remove loading deleted bundle files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Gerig committed Nov 9, 2018
1 parent 7ca144a commit 4835716
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/WvisionBundle.php
Expand Up @@ -36,25 +36,4 @@ public function getInstaller()
{
return $this->container->get(Installer::class);
}

/**
* @return array
*/
public function getJsPaths(): array
{
return [
'/bundles/wvision/pimcore/js/global.js',
'/bundles/wvision/pimcore/js/wvision/helpers.js',
];
}

/**
* @return array
*/
public function getCssPaths(): array
{
return [
'/bundles/wvision/pimcore/css/bundle.css'
];
}
}

0 comments on commit 4835716

Please sign in to comment.