mirror of
https://github.com/friendica/friendica
synced 2024-11-18 22:23:42 +00:00
Correct misspelling
correct misspelled use statement
This commit is contained in:
parent
14fde5dc9b
commit
7138cc97ac
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
namespace Friendica\Core;
|
||||
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Util\DataTimeFormat;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
|
||||
class Logger
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue