Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksamson committed Feb 21, 2016
1 parent fd9de1c commit 0115e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/Schema/table-string.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
\$table->string('${1:name}', ${2:100})${2:->nullable()}${3:->default(${4:'text'})};
\$table->string('${1:name}', ${2:100})${3:->nullable()}${5:->default(${6:'text'})};
]]></content>
<tabTrigger>Column::string</tabTrigger>
<scope>source.php</scope>
Expand Down

0 comments on commit 0115e15

Please sign in to comment.