shoppingmallv2 init...

This commit is contained in:
최준흠 2023-07-31 17:10:33 +09:00
parent adbf052a12
commit eded6d0637
7 changed files with 1 additions and 9 deletions

View File

@ -4,7 +4,6 @@ namespace App\Backend;
use App\Entities\BaseEntity;
use App\Models\UserModel;
use CodeIgniter\HTTP\Files\UploadedFile;
abstract class BaseBackend
{

View File

@ -2,9 +2,8 @@
namespace App\Backend;
use App\Models\BoardModel;
use App\Entities\BoardEntity;
use App\Models\BoardConfigModel;
use App\Models\BoardModel;
class BoardBackend extends BaseHierarchyBackend
{

View File

@ -3,7 +3,6 @@
namespace App\Backend;
use App\Models\BoardConfigModel;
use App\Entities\BoardConfigEntity;
class BoardConfigBackend extends BaseBackend
{

View File

@ -2,9 +2,7 @@
namespace App\Backend;
use App\Entities\CategoryEntity;
use App\Models\CategoryModel;
use App\Models\ProductModel;
class CategoryBackend extends BaseHierarchyBackend
{

View File

@ -2,7 +2,6 @@
namespace App\Backend;
use App\Entities\ProductEntity;
use App\Models\CategoryModel;
use App\Models\ProductModel;

View File

@ -3,7 +3,6 @@
namespace App\Backend;
use App\Models\UserModel;
use App\Entities\UserEntity;
class UserBackend extends BaseBackend
{

View File

@ -3,7 +3,6 @@
namespace App\Backend;
use App\Models\UserSNSModel;
use App\Entities\UserSNSEntity;
class UserSNSBackend extends BaseBackend
{