File: D:/HostingSpaces/marisrental/boldt.tech/app/Komma/FicheMaterials/Kms/FicheMaterialController.php
<?php
namespace App\Komma\FicheMaterials\Kms;
/**
* @author Komma <info@komma.pro>
* @copyright (c) 2012-2016, Komma
*/
use App\Komma\Kms\Core\SectionController;
use App\Komma\FicheMaterials\Models\FicheMaterial;
class FicheMaterialController extends SectionController
{
protected $slug = "fiche_materials";
protected $forModelName = FicheMaterial::class;
function __construct(FicheMaterialSection $section)
{
parent::__construct($section);
}
}