From 0115e155686fc03db886ff6f77bcb18dfe7403e2 Mon Sep 17 00:00:00 2001 From: Patrick Samson Date: Sun, 21 Feb 2016 17:52:44 -0500 Subject: [PATCH] Typo --- snippets/Schema/table-string.sublime-snippet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/Schema/table-string.sublime-snippet b/snippets/Schema/table-string.sublime-snippet index 2bd57fc..a4fb307 100755 --- a/snippets/Schema/table-string.sublime-snippet +++ b/snippets/Schema/table-string.sublime-snippet @@ -1,6 +1,6 @@ string('${1:name}', ${2:100})${2:->nullable()}${3:->default(${4:'text'})}; +\$table->string('${1:name}', ${2:100})${3:->nullable()}${5:->default(${6:'text'})}; ]]> Column::string source.php