Skip to content

Commit 608bba4

Browse files
authored
Merge pull request #1 from bavix/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2 parents 330f37d + 61f3085 commit 608bba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2018_11_07_192923_create_transfers_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected function table(): string
3030
*/
3131
public function up(): void
3232
{
33-
Schema::create($this->table(), function (Blueprint $table) {
33+
Schema::create($this->table(), function(Blueprint $table) {
3434
$table->increments('id');
3535
$table->morphs('from');
3636
$table->morphs('to');

0 commit comments

Comments
 (0)