Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Jul 30, 2018
2 parents 4a22f1e + e41fcdb commit 24bcbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Schema/Blueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static function registerMacros()
}

if (! isset($options['no_reference'])) {
$schema->referenceOn($fk, $table, $reference);
$this->referenceOn($fk, $table, $reference);
}

return $schema;
Expand Down

0 comments on commit 24bcbe4

Please sign in to comment.