Skip to content

Commit 34369dc

Browse files
committed
FIx namespace
1 parent a2c9705 commit 34369dc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

config.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
services:
2-
- Model\Math\Statistics\StatisticsManager
2+
- Mathematicator\Statistics\StatisticsManager

src/StatisticsManager.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22

3-
namespace Model\Math\Statistics;
3+
declare(strict_types=1);
4+
5+
namespace Mathematicator\Statistics;
46

57

68
use Baraja\Doctrine\EntityManager;

0 commit comments

Comments
 (0)