mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 12:54:36 -04:00
15 lines
124 B
PHP
15 lines
124 B
PHP
<?php
|
|
|
|
namespace App\Datatables;
|
|
|
|
|
|
/**
|
|
* Class EntityDatatable
|
|
* @package App\Datatables
|
|
*/
|
|
class EntityDatatable
|
|
{
|
|
|
|
|
|
|
|
} |