Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
GertjanRoke authored and actions-user committed Sep 22, 2021
1 parent 9a0ae11 commit 5ecc758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/migrations/ModelTableMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ModelTableMigration
{
public function up()
{
Schema::create('models', function(Blueprint $table) {
Schema::create('models', function (Blueprint $table) {
$table->id();
$table->string('title')->nullable();
$table->boolean('active')->default(false);
Expand Down

0 comments on commit 5ecc758

Please sign in to comment.