mirror of
https://github.com/friendica/friendica
synced 2024-11-18 20:23:44 +00:00
Missing BaseObject
add use BaseObject
This commit is contained in:
parent
50da89d861
commit
342e484533
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
*/
|
||||
namespace Friendica\Core;
|
||||
|
||||
use Friendica\BaseObject;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
use ReflectionClass;
|
||||
|
|
Loading…
Reference in a new issue