Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daVitekPL committed Jul 11, 2024
1 parent 9fe502c commit c55e282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install dependencies
run: composer install --no-ansi --no-interaction --no-progress

- name: Generate keys
run: php artisan key:generate

- name: JWT
run: php artisan jwt:secret --always-no

Expand Down
3 changes: 0 additions & 3 deletions app/Http/Resources/ProductSaleResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
use App\Models\Discount;
use App\Traits\GetAllTranslations;
use App\Traits\MetadataResource;
use Domain\ProductSet\Resources\ProductSetResource;
use Domain\Seo\Resources\SeoMetadataResource;
use Domain\ShippingMethod\Resources\ShippingMethodResource;
use Illuminate\Http\Request;

/**
Expand Down

0 comments on commit c55e282

Please sign in to comment.