Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpar06 authored and StyleCIBot committed Jun 9, 2024
1 parent 46fd2ea commit 4c91f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
2 changes: 1 addition & 1 deletion config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
'client_id' => env('IVAO_CLIENT_ID'),
'client_secret' => env('IVAO_CLIENT_SECRET'),
'redirect' => '/oauth/ivao/callback',
]
],
];

0 comments on commit 4c91f9b

Please sign in to comment.