Skip to content

Commit

Permalink
FIx namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Aug 25, 2019
1 parent a2c9705 commit 34369dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.neon
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
services:
- Model\Math\Statistics\StatisticsManager
- Mathematicator\Statistics\StatisticsManager
4 changes: 3 additions & 1 deletion src/StatisticsManager.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

namespace Model\Math\Statistics;
declare(strict_types=1);

namespace Mathematicator\Statistics;


use Baraja\Doctrine\EntityManager;
Expand Down

0 comments on commit 34369dc

Please sign in to comment.