Fix typo
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Botanic;
|
namespace App\Datatables\Botanic;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Botanic\Family;
|
use App\Models\Botanic\Family;
|
||||||
|
|
||||||
class FamiliesDataTable extends DataTable
|
class FamiliesDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Botanic;
|
namespace App\Datatables\Botanic;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Botanic\Genre;
|
use App\Models\Botanic\Genre;
|
||||||
|
|
||||||
class GenresDataTable extends DataTable
|
class GenresDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Botanic;
|
namespace App\Datatables\Botanic;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Botanic\Specie;
|
use App\Models\Botanic\Specie;
|
||||||
|
|
||||||
class SpeciesDataTable extends DataTable
|
class SpeciesDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Botanic;
|
namespace App\Datatables\Botanic;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Botanic\Variety;
|
use App\Models\Botanic\Variety;
|
||||||
|
|
||||||
class VarietiesDataTable extends DataTable
|
class VarietiesDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Shop;
|
namespace App\Datatables\Shop;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Shop\ArticleAttributeFamily;
|
use App\Models\Shop\ArticleAttributeFamily;
|
||||||
|
|
||||||
class ArticleAttributeFamiliesDataTable extends DataTable
|
class ArticleAttributeFamiliesDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Shop;
|
namespace App\Datatables\Shop;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Shop\ArticleFamily;
|
use App\Models\Shop\ArticleFamily;
|
||||||
|
|
||||||
class ArticleFamiliesDataTable extends DataTable
|
class ArticleFamiliesDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Shop;
|
namespace App\Datatables\Shop;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Shop\Article;
|
use App\Models\Shop\Article;
|
||||||
|
|
||||||
class ArticlesDataTable extends DataTable
|
class ArticlesDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Shop;
|
namespace App\Datatables\Shop;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Shop\Category;
|
use App\Models\Shop\Category;
|
||||||
|
|
||||||
class CategoriesDataTable extends DataTable
|
class CategoriesDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Shop;
|
namespace App\Datatables\Shop;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Shop\Customer;
|
use App\Models\Shop\Customer;
|
||||||
|
|
||||||
class CustomersDataTable extends DataTable
|
class CustomersDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Shop;
|
namespace App\Datatables\Shop;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Shop\Invoice;
|
use App\Models\Shop\Invoice;
|
||||||
|
|
||||||
class InvoicesDataTable extends DataTable
|
class InvoicesDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Shop;
|
namespace App\Datatables\Shop;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Shop\Order;
|
use App\Models\Shop\Order;
|
||||||
|
|
||||||
class OrdersDataTable extends DataTable
|
class OrdersDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Shop;
|
namespace App\Datatables\Shop;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Shop\Package;
|
use App\Models\Shop\Package;
|
||||||
|
|
||||||
class PackagesDataTable extends DataTable
|
class PackagesDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Shop;
|
namespace App\Datatables\Shop;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Shop\PriceGeneric;
|
use App\Models\Shop\PriceGeneric;
|
||||||
|
|
||||||
class PriceGenericsDataTable extends DataTable
|
class PriceGenericsDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Shop;
|
namespace App\Datatables\Shop;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Shop\TagGroup;
|
use App\Models\Shop\TagGroup;
|
||||||
|
|
||||||
class TagGroupsDataTable extends DataTable
|
class TagGroupsDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Shop;
|
namespace App\Datatables\Shop;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Shop\Tag;
|
use App\Models\Shop\Tag;
|
||||||
|
|
||||||
class TagsDataTable extends DataTable
|
class TagsDataTable extends DataTable
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace App\Datatables\Shop;
|
namespace App\Datatables\Shop;
|
||||||
|
|
||||||
use Yajra\DataTables\Html\Column;
|
use Yajra\DataTables\Html\Column;
|
||||||
use App\DataTables\ParentDataTable as DataTable;
|
use App\Datatables\ParentDataTable as DataTable;
|
||||||
use App\Models\Shop\Unity;
|
use App\Models\Shop\Unity;
|
||||||
|
|
||||||
class UnitiesDataTable extends DataTable
|
class UnitiesDataTable extends DataTable
|
||||||
|
|||||||
Reference in New Issue
Block a user