fixing merge issues
This commit is contained in:
@@ -34,7 +34,7 @@ require path('sys').'cli/dependencies'.EXT;
|
||||
* We will wrap the command execution in a try / catch block and
|
||||
* simply write out any exception messages we receive to the CLI
|
||||
* for the developer. Note that this only writes out messages
|
||||
* for the CLI exceptions. All others will be not be caught
|
||||
* for the CLI exceptions. All others will not be caught
|
||||
* and will be totally dumped out to the CLI.
|
||||
*/
|
||||
try
|
||||
|
||||
@@ -121,7 +121,7 @@ class Command {
|
||||
}
|
||||
|
||||
// If the task file exists, we'll format the bundle and task name
|
||||
// into a task class name and resolve an instance of the so that
|
||||
// into a task class name and resolve an instance of the class so that
|
||||
// the requested method may be executed.
|
||||
if (file_exists($path = Bundle::path($bundle).'tasks/'.$task.EXT))
|
||||
{
|
||||
|
||||
@@ -151,7 +151,7 @@ class Migrator extends Task {
|
||||
$table->create();
|
||||
|
||||
// Migrations can be run for a specific bundle, so we'll use
|
||||
// the bundle name and string migration name as an unique ID
|
||||
// the bundle name and string migration name as a unique ID
|
||||
// for the migrations, allowing us to easily identify which
|
||||
// migrations have been run for each bundle.
|
||||
$table->string('bundle', 50);
|
||||
|
||||
Reference in New Issue
Block a user