Skip to content

Commit

Permalink
Merge pull request #288 from danielboendergaard/patch-1
Browse files Browse the repository at this point in the history
Be consistent with standard Laravel migrations code style
  • Loading branch information
JeffreyWay committed Mar 19, 2014
2 parents 5697d89 + ce56a81 commit d45aaba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Way/Generators/templates/schema.txt
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Schema::$METHOD$('$TABLE$', function(Blueprint $table) {
Schema::$METHOD$('$TABLE$', function(Blueprint $table)
{
$FIELDS$
});

0 comments on commit d45aaba

Please sign in to comment.