Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Feb 22, 2024
2 parents 26390df + cce5066 commit 9117493
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Http/Controllers/ChannelController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
use Vanilo\Admin\Contracts\Requests\UpdateChannel;
use Vanilo\Channel\Contracts\Channel;
use Vanilo\Channel\Models\ChannelProxy;
use Vanilo\Support\Features;
use Vanilo\Pricing\Models\Pricelist;
use Vanilo\Support\Features;

class ChannelController extends BaseController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/MasterProductController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
use Vanilo\Admin\Contracts\Requests\CreateMasterProduct;
use Vanilo\Admin\Contracts\Requests\UpdateMasterProduct;
use Vanilo\Category\Models\TaxonomyProxy;
use Vanilo\Support\Features;
use Vanilo\MasterProduct\Contracts\MasterProduct;
use Vanilo\MasterProduct\Contracts\MasterProductVariant;
use Vanilo\MasterProduct\Models\MasterProductProxy;
use Vanilo\Product\Models\ProductStateProxy;
use Vanilo\Properties\Models\PropertyProxy;
use Vanilo\Support\Features;

class MasterProductController extends BaseController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/PaymentMethodController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
use Konekt\AppShell\Http\Controllers\BaseController;
use Vanilo\Admin\Contracts\Requests\CreatePaymentMethod;
use Vanilo\Admin\Contracts\Requests\UpdatePaymentMethod;
use Vanilo\Support\Features;
use Vanilo\Payment\Contracts\PaymentMethod;
use Vanilo\Payment\Models\PaymentMethodProxy;
use Vanilo\Payment\PaymentGateways;
use Vanilo\Support\Features;

class PaymentMethodController extends BaseController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/ProductController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
use Vanilo\Admin\Contracts\Requests\CreateProduct;
use Vanilo\Admin\Contracts\Requests\UpdateProduct;
use Vanilo\Category\Models\TaxonomyProxy;
use Vanilo\Support\Features;
use Vanilo\MasterProduct\Models\MasterProductProxy;
use Vanilo\Product\Contracts\Product;
use Vanilo\Product\Models\ProductProxy;
use Vanilo\Product\Models\ProductStateProxy;
use Vanilo\Properties\Models\PropertyProxy;
use Vanilo\Support\Features;

class ProductController extends BaseController
{
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/ShippingMethodController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
use Konekt\AppShell\Http\Controllers\BaseController;
use Vanilo\Admin\Contracts\Requests\CreateShippingMethod;
use Vanilo\Admin\Contracts\Requests\UpdateShippingMethod;
use Vanilo\Support\Features;
use Vanilo\Shipment\Contracts\ShippingMethod;
use Vanilo\Shipment\Models\CarrierProxy;
use Vanilo\Shipment\Models\ShippingMethodProxy;
use Vanilo\Shipment\ShippingFeeCalculators;
use Vanilo\Support\Features;

class ShippingMethodController extends BaseController
{
Expand Down

0 comments on commit 9117493

Please sign in to comment.