added key and session tasks.

This commit is contained in:
Taylor Otwell
2012-01-24 15:02:51 -06:00
parent 20b4cf7bb8
commit 27fdb1e3f5
7 changed files with 85 additions and 5 deletions

View File

@@ -29,7 +29,6 @@ class Schema {
*/
public static function execute($table)
{
die('here');
foreach ($table->commands as $command)
{
$connection = DB::connection($table->connection);