Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmellor authored and github-actions[bot] committed Aug 1, 2022
1 parent e9248ae commit 9faa220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class() extends Migration {
return new class () extends Migration {
public function up()
{
Schema::create('fake_models', function (Blueprint $table) {
Expand Down

0 comments on commit 9faa220

Please sign in to comment.