Skip to content

Commit

Permalink
[Fix] Typo in add column template
Browse files Browse the repository at this point in the history
  • Loading branch information
jalogut committed May 29, 2018
1 parent 70ec196 commit 6b124a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Preferences/templates/StmpflMagento2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
<option name="XML" value="true" />
</context>
</template>
<template name="2magento add column" value="$setup-&gt;getConnection()-&gt;addColumn(&#10; $setup-&gt;getTable('$tableName$'),&#10; '$columnName$',&#10; [&#10; 'type' =&gt; Table::TYPE_$type$,&#10; 'lenght' =&gt; null,&#10; 'nullable' =&gt; true,&#10; 'default' =&gt; '$default$',&#10; 'comment' =&gt; '$columnName$',&#10; ]&#10;);" description="" toReformat="false" toShortenFQNames="true">
<template name="2magento add column" value="$setup-&gt;getConnection()-&gt;addColumn(&#10; $setup-&gt;getTable('$tableName$'),&#10; '$columnName$',&#10; [&#10; 'type' =&gt; Table::TYPE_$type$,&#10; 'length' =&gt; null,&#10; 'nullable' =&gt; true,&#10; 'default' =&gt; '$default$',&#10; 'comment' =&gt; '$columnName$',&#10; ]&#10;);" description="" toReformat="false" toShortenFQNames="true">
<variable name="tableName" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="columnName" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="type" expression="" defaultValue="" alwaysStopAt="true" />
Expand Down

0 comments on commit 6b124a8

Please sign in to comment.