Skip to content

Commit

Permalink
sq
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefDohnal committed Mar 8, 2016
1 parent 33f5b94 commit 2c58e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/UserManager/Repository/AbstractRepository.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

namespace Mepatek\TaskManager\Repository;
namespace Mepatek\UserManager\Repository;

use Nette\Object,
Mepatek\TaskManager\IMapper;
Mepatek\UserManager\IMapper;

abstract class AbstractRepository extends Object implements IRepository
{
Expand Down
2 changes: 1 addition & 1 deletion src/UserManager/Repository/IRepository.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Mepatek\TaskManager\Repository;
namespace Mepatek\UserManager\Repository;



Expand Down

0 comments on commit 2c58e53

Please sign in to comment.