Botanic release

This commit is contained in:
Ludovic CANDELLIER
2020-04-21 19:52:11 +02:00
parent 4ad1f18310
commit e370174f94
10 changed files with 23 additions and 23 deletions

View File

@@ -1,10 +1,10 @@
<?php
namespace App\DataTables;
namespace App\DataTables\Botanic;
use Yajra\DataTables\Html\Column;
use App\DataTables\ParentDataTable as DataTable;
use App\Models\Shop\Family;
use App\Models\Botanic\Family;
class FamiliesDataTable extends DataTable
{

View File

@@ -1,10 +1,10 @@
<?php
namespace App\DataTables;
namespace App\DataTables\Botanic;
use Yajra\DataTables\Html\Column;
use App\DataTables\ParentDataTable as DataTable;
use App\Models\Shop\Genre;
use App\Models\Botanic\Genre;
class GenresDataTable extends DataTable
{

View File

@@ -1,10 +1,10 @@
<?php
namespace App\DataTables;
namespace App\DataTables\Botanic;
use Yajra\DataTables\Html\Column;
use App\DataTables\ParentDataTable as DataTable;
use App\Models\Shop\Specie;
use App\Models\Botanic\Specie;
class SpeciesDataTable extends DataTable
{

View File

@@ -1,10 +1,10 @@
<?php
namespace App\DataTables;
namespace App\DataTables\Botanic;
use Yajra\DataTables\Html\Column;
use App\DataTables\ParentDataTable as DataTable;
use App\Models\Shop\Variety;
use App\Models\Botanic\Variety;
class VarietiesDataTable extends DataTable
{