Skip to content

Commit

Permalink
Merge pull request #1 from bavix/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
rez1dent3 authored Nov 7, 2018
2 parents 330f37d + 61f3085 commit 608bba4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected function table(): string
*/
public function up(): void
{
Schema::create($this->table(), function (Blueprint $table) {
Schema::create($this->table(), function(Blueprint $table) {
$table->increments('id');
$table->morphs('from');
$table->morphs('to');
Expand Down

0 comments on commit 608bba4

Please sign in to comment.