commit
cffded660c
|
@ -200,7 +200,7 @@ public function install()
|
||||||
$table->primary(array('bundle', 'name'));
|
$table->primary(array('bundle', 'name'));
|
||||||
});
|
});
|
||||||
|
|
||||||
echo "Migration table created successfully.";
|
echo "Migration table created successfully.".PHP_EOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -275,4 +275,4 @@ protected function display($migration)
|
||||||
return $migration['bundle'].'/'.$migration['name'];
|
return $migration['bundle'].'/'.$migration['name'];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue