Skip to content

Commit

Permalink
PHP Linting (Pint) - Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi authored and github-actions[bot] committed Jan 14, 2024
1 parent fd7b194 commit b17b57c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/**
* Rename content column
*/
return new class extends Migration {
return new class extends Migration
{
public function up()
{
if (!Schema::hasColumn('igniter_cart_cart', 'content')) {
Expand Down

0 comments on commit b17b57c

Please sign in to comment.