Skip to content

Commit

Permalink
corrige namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
walisson-interaktiv committed Sep 23, 2022
1 parent 9672687 commit 82097bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Connect.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

namespace CoffeeCode\DataLayer;
namespace WalissonHms\DataLayer;

use PDO;
use PDOException;

/**
* Class Connect
* @package CoffeeCode\DataLayer
* @package WalissonHms\DataLayer
*/
class Connect
{
Expand Down Expand Up @@ -59,4 +59,4 @@ private function __construct()
private function __clone()
{
}
}
}
4 changes: 2 additions & 2 deletions src/CrudTrait.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php

namespace CoffeeCode\DataLayer;
namespace WalissonHms\DataLayer;

use DateTime;
use Exception;
use PDOException;

/**
* Trait CrudTrait
* @package CoffeeCode\DataLayer
* @package WalissonHms\DataLayer
*/
trait CrudTrait
{
Expand Down

0 comments on commit 82097bc

Please sign in to comment.