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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue