WIP on document conversion
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
/** The current Feed Reader Central version */
|
||||
|
||||
use BitBadger\Documents\SQLite\Configuration;
|
||||
use FeedReaderCentral\Data;
|
||||
|
||||
const FRC_VERSION = '1.0.0-alpha7';
|
||||
@@ -34,6 +35,7 @@ require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
require 'user-config.php';
|
||||
|
||||
Configuration::useDbFileName(implode(DIRECTORY_SEPARATOR, [__DIR__, 'data', DATABASE_NAME]));
|
||||
Data::ensureDb();
|
||||
|
||||
/** @var string The date the world wide web was created */
|
||||
|
||||
Reference in New Issue
Block a user