1
0
mirror of https://github.com/flarum/core.git synced 2025-08-23 00:23:25 +02:00

Move AddStatisticsData out of Listener folder since it isn't a listener

This commit is contained in:
Alexander Skvortsov
2020-12-08 13:08:26 -05:00
parent b7eba11c91
commit 9c60a0f9f3
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Flarum\Statistics\Listener;
namespace Flarum\Statistics;
use DateTime;
use DateTimeZone;