Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #15 from toddmcbrearty/patch-1
Browse files Browse the repository at this point in the history
Update MigrationPipe.php Typo
  • Loading branch information
ajthinking authored Jun 10, 2019
2 parents 2b23a82 + 113eb75 commit 7a7ece3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class MigrationPipe extends BasePipe {
let chainings = ""
if(attribute.index) chainings += "->index()";
if(attribute.nullable) chainings += "->nullable()";
if(attribute.unique) chainings += "->uniqe()";
if(attribute.unique) chainings += "->unique()";
return chainings

}
Expand Down

0 comments on commit 7a7ece3

Please sign in to comment.