File: D:/HostingSpaces/Neopoints/momsecurity.be/app/Komma/References/Kms/ReferenceController.php
<?php
namespace App\Komma\References\Kms;
/**
* @author Komma <info@komma.pro>
* @copyright (c) 2012-2016, Komma
*/
use App\Komma\Kms\Core\SectionController;
use App\Komma\References\Models\Reference;
class ReferenceController extends SectionController
{
protected $slug = "references";
protected $forModelName = Reference::class;
function __construct(ReferenceSection $section)
{
parent::__construct($section);
}
}