mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
15 lines
124 B
PHP
15 lines
124 B
PHP
<?php
|
|
|
|
namespace App\Datatables;
|
|
|
|
|
|
/**
|
|
* Class EntityDatatable
|
|
* @package App\Datatables
|
|
*/
|
|
class EntityDatatable
|
|
{
|
|
|
|
|
|
|
|
} |