File: D:/HostingSpaces/ASmits/kemi.nl/app/KommaApp/Shop/Products/ProductGroup/ProductGroupsController.php
<?php
namespace App\KommaApp\Shop\Products\ProductGroup;
use App\KommaApp\Kms\Core\Kms;
use App\KommaApp\Kms\Core\SectionController;
use App\KommaApp\Kms\Core\Sections\Section;
use App\KommaApp\Kms\Core\SiteSectionController;
use App\KommaApp\Kms\Core\Tree\TreeService;
use App\KommaApp\Sites\Kms\SiteSection;
class ProductGroupsController extends SectionController
{
protected $slug = "productgroups";
protected $forModelName = ProductGroupSection::class;
public function __construct(ProductGroupSection $section)
{
parent::__construct($section);
}
}