for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Bedard\Shop\Classes;
use Backend\Classes\Controller as BaseController;
class BackendController extends BaseController
{
public function __construct()
parent::__construct();
$this->addJs('/plugins/bedard/shop/assets/dist/vendor.min.js');
}