cleaning up code.

This commit is contained in:
Taylor Otwell
2012-02-06 20:19:29 -06:00
parent fc927aa63a
commit 1351a2b189
4 changed files with 7 additions and 7 deletions

View File

@@ -45,8 +45,7 @@ class Schema {
// Once we have the statements, we will cast them to an array
// even though not all of the commands return an array just
// in case the command needs to run more than one query to
// do what it needs to do.
// in case the command needs to run more than one query.
foreach ((array) $statements as $statement)
{
$connection->statement($statement);