¨4.0.1¨
This commit is contained in:
@@ -4,13 +4,16 @@ namespace Modules\Brand\Admin;
|
||||
|
||||
use Modules\Admin\Ui\AdminTable;
|
||||
use Modules\Brand\Entities\Brand;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Yajra\DataTables\Exceptions\Exception;
|
||||
|
||||
class BrandTable extends AdminTable
|
||||
{
|
||||
/**
|
||||
* Make table response for the resource.
|
||||
*
|
||||
* @return \Illuminate\Http\JsonResponse
|
||||
* @return JsonResponse
|
||||
* @throws Exception
|
||||
*/
|
||||
public function make()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user