import dbm here to avoid adding everywhere the namespace (if later changed,
only here it needs change, cool ha? ;-) Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Friendica\Core;
|
namespace Friendica\Core;
|
||||||
|
|
||||||
|
use dbm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/Core/Config.php
|
* @file include/Core/Config.php
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Friendica\Core;
|
namespace Friendica\Core;
|
||||||
|
|
||||||
|
use dbm;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/Core/PConfig.php
|
* @file include/Core/PConfig.php
|
||||||
* @brief contains the class with methods for the management
|
* @brief contains the class with methods for the management
|
||||||
|
|||||||
Reference in New Issue
Block a user