9 lines
77 B
PHP
9 lines
77 B
PHP
<?php
|
|
|
|
namespace App\Core\Datatables;
|
|
|
|
interface DatatablesListable{
|
|
|
|
|
|
|
|
} |