Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 19, 2024
1 parent 7d8dfdf commit cce5066
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 cce5066

Please sign in to comment.