Skip to content

Commit

Permalink
fix: rename file name of HistoricoClientes
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiservice committed Apr 18, 2018
1 parent 194c679 commit 1bff48b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions classes/controller/ClienteCtrl.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ class ClienteCtrl {

private $clienteDao;
private $result;
private $historicoClienteCtrl;

public function ClienteCtrl() {
$this->clienteDao = new ClienteDAO();
$this->historicoClienteCtrl = new HistoricoClientesCtrl();
}

public function getResult() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @author armandojunior
*/
class HistoricoClientes extends CRUDAbstractCtrl {
class HistoricoClientesCtrl extends CRUDAbstractCtrl {

private $clienteDao;

Expand Down
5 changes: 1 addition & 4 deletions nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/Applications/XAMPP/htdocs/elfi/index.php</file>
<file>file:/Applications/XAMPP/htdocs/elfi/modulos/tecnico/index.php</file>
</group>
<group/>
</open-files>
</project-private>

0 comments on commit 1bff48b

Please sign in to comment.