Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat-add-gtin-to-products' into …
Browse files Browse the repository at this point in the history
…feat-add-gtin-to-products
  • Loading branch information
molnarerwin committed Feb 3, 2025
2 parents 5f8804f + d6be48d commit a37201d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?php

declare(strict_types=1);

use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
{
return new class () extends Migration {
/**
* Run the migrations.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?php

declare(strict_types=1);

use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
{
return new class () extends Migration {
/**
* Run the migrations.
*/
Expand Down

0 comments on commit a37201d

Please sign in to comment.