shoppingmallv2 init...
This commit is contained in:
parent
474a5df7fb
commit
7b513f1e66
@ -28,7 +28,7 @@ class OrderController extends AdminController
|
||||
return ["user_uid", 'product_uid', "name", "cost", "sale", "quantity", "price", "status", "updated_at", "created_at"];
|
||||
break;
|
||||
default:
|
||||
return throw new \Exception("{$action} 해당기능은 없습니다.");
|
||||
return [];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -32,7 +32,7 @@ class UserController extends AdminController
|
||||
return ["id", 'name', "email", "email", "phone", "role", "status", 'updated_at', 'created_at'];
|
||||
break;
|
||||
default:
|
||||
return throw new \Exception("{$action} 해당기능은 없습니다.");
|
||||
return [];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -71,7 +71,7 @@ class UserController extends FrontController
|
||||
return ["id", 'name', "email", "phone", "mobile", 'updated_at', 'created_at'];
|
||||
break;
|
||||
default:
|
||||
return throw new \Exception("{$action} 해당기능은 없습니다.");
|
||||
return [];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user