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:
parent
797de5bfe0
commit
a8dc8b288c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue