Skip to content

Commit

Permalink
fix namspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
derpixler committed Apr 5, 2016
1 parent fb3e758 commit 78509b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions inc/Page/SearchReplace.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
namespace Inpsyde\SearchReplace\Page;

use Inpsyde\SearchReplace\Database\Exporter;
use Inpsyde\searchReplace\Database\Manager;
use Inpsyde\SearchReplace\Database\Replace;
use Inpsyde\SearchReplace\Database;

/**
* Class SearchReplace
Expand Down Expand Up @@ -34,7 +32,7 @@ class SearchReplace extends AbstractPage implements PageInterface {
* @param Replace $replace
* @param Exporter $dbe
*/
public function __construct( Manager $dbm, Replace $replace, Exporter $dbe ) {
public function __construct( Database\Manager $dbm, Database\Replace $replace, Database\Exporter $dbe ) {

$this->dbm = $dbm;
$this->replace = $replace;
Expand Down

0 comments on commit 78509b1

Please sign in to comment.