$paths[] = $app->getPath() . 'migrations';
}
- $connection = IPF_ORM_Manager::connection()->getDbh();
+ $connection = \PFF\Container::databaseConnection();
$m = new \PFF\Migrations\Migrations;
$m->migrate($connection, $paths);
}
{
function __construct($e, $mimetype=null)
{
- parent::__construct('<h1>500 Server Error</h1><p>Our apologies…</p><p>Please return later</p>', $mimetype);
+ parent::__construct('<h1>500 Server Error</h1><p>Our apologies…</p><p>Please return later</p>', $mimetype);
$this->status_code = 500;
}
}