Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpisa authored and github-actions[bot] committed Jun 12, 2023
1 parent ce5d1ab commit d80ab11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/UpdateDatabaseCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Schema;

beforeEach(function() {
beforeEach(function () {
Schema::create('names', function ($table) {
$table->temporary();
$table->string('full_name');
Expand Down

0 comments on commit d80ab11

Please sign in to comment.