From 67bdc628e7ca0d3adeb482a528d0f971e4c59bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Matyas?= Date: Sun, 26 Jun 2011 03:49:49 +0200 Subject: [PATCH] removed default path from configuration --- config/minion/migration.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/minion/migration.php b/config/minion/migration.php index 0dc813e..32c869d 100644 --- a/config/minion/migration.php +++ b/config/minion/migration.php @@ -7,8 +7,6 @@ return array( ), - 'default_path' => 'application/migrations/', - /** * This specifies which migration should be the "base", in timestamp form. * This migration will not be run when --migrate-down is called