Files
framework/app/core/datatables/DatatablesInterface.php

9 lines
77 B
PHP

<?php
namespace App\Core\Datatables;
interface DatatablesListable{
}