diff options
Diffstat (limited to 'phpBB/includes/db/migrationtools/base.php')
| -rw-r--r-- | phpBB/includes/db/migrationtools/base.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/includes/db/migrationtools/base.php b/phpBB/includes/db/migrationtools/base.php new file mode 100644 index 0000000000..7fc6057e3a --- /dev/null +++ b/phpBB/includes/db/migrationtools/base.php @@ -0,0 +1,15 @@ +<?php +/** +* +* @package migration +* @copyright (c) 2012 phpBB Group +* @license http://opensource.org/licenses/gpl-license.php GNU Public License v2 +* +*/ + +class phpbb_db_migrationtools_base +{ + var $cache; + var $config; + var $db; +}
\ No newline at end of file |
