Skip to content

Commit

Permalink
style: format code with PHP CS Fixer
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 6af81a3 according to the output
from PHP CS Fixer.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Oct 14, 2024
1 parent 6af81a3 commit 0543cd4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
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 0543cd4

Please sign in to comment.