Skip to content

Commit

Permalink
Update LoggerInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3175633435 committed Jul 20, 2018
1 parent 460a4e6 commit ca62998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Logger/LoggerInterface.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

namespace Zend\RequestLogger;
namespace Zend\RequestLogger\Logger;

use Zend\Http\PhpEnvironment\Request;

interface LoggerInterface
{
public function log(Request $request);
}
}

0 comments on commit ca62998

Please sign in to comment.