Skip to content

Commit

Permalink
DbService is blame name, also it will be PipernateConnector and we al…
Browse files Browse the repository at this point in the history
…ways support Camel Case Format
  • Loading branch information
gklp committed Nov 2, 2014
1 parent 24c0b31 commit 27aa10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/DbService.php → system/PipernateConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}
require_once ORMPATH . 'system/PathIncluder.php';

class DbService
class PipernateConnector
{

private $database;
Expand Down Expand Up @@ -111,5 +111,5 @@ public function delete($criteria)
}

}
$dbservice = new DbService();
$connector = new PipernateConnector();
?>

0 comments on commit 27aa10e

Please sign in to comment.