Skip to content

Commit

Permalink
fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliishvakin committed Apr 28, 2017
1 parent 572087f commit e0e5eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
},
"require": {
"akademiano/core-controller": "^1.0.0-beta.1",
"akademiano/core-controller": "^1.0.0-beta.2",
"akademiano/user": "^1.0.0-beta.1",
"akademiano/utils": "^1.0.0-beta.1"
"akademiano/utils": "^1.0.0-beta.6"
},
"require-dev": {
"codeception/codeception": "^2.2.10",
Expand Down
4 changes: 2 additions & 2 deletions src/Controller/ErrorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@


use Akademiano\Acl\RestrictedControllerInterface;
use Akademiano\Core\Controller\AbstractController;
use Akademiano\Core\Controller\AkademianoController;

class ErrorController extends AbstractController implements RestrictedControllerInterface
class ErrorAkademianoController extends AkademianoController implements RestrictedControllerInterface
{
public function checkAccess()
{
Expand Down

0 comments on commit e0e5eaf

Please sign in to comment.