Skip to content

Commit

Permalink
IndexController: Switch to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed Aug 15, 2017
1 parent 5f051bd commit 75513b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application/controllers/IndexController.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<?php
/* Icinga Web 2 | (c) 2013-2017 Icinga Development Team | GPLv2+ */

namespace Icinga\Module\Pnp\Controllers;

use Icinga\Web\Controller;

class Pnp_IndexController extends Controller
class IndexController extends Controller
{
public function indexAction()
{
Expand Down

0 comments on commit 75513b7

Please sign in to comment.