From 4152639264cad708ffe7dcebbac31ec0ae959aa9 Mon Sep 17 00:00:00 2001 From: ahwelp Date: Fri, 5 Apr 2019 19:58:32 -0300 Subject: [PATCH] Name Change --- composer.json | 8 ++++---- src/{BBOrm => ORM}/Connections.php | 0 src/{BBOrm => ORM}/DBInstance.php | 0 src/{BBOrm => ORM}/Entity.php | 0 src/index.php | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) rename src/{BBOrm => ORM}/Connections.php (100%) rename src/{BBOrm => ORM}/DBInstance.php (100%) rename src/{BBOrm => ORM}/Entity.php (100%) diff --git a/composer.json b/composer.json index b7a5725..749bcdc 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,16 @@ { - "name" : "ahwelp/bborm", + "name" : "urfat/orm", "description" : "Diferent ORM", "type" : "library", "authors" : [ { - "name" : "ahwelp", - "email" : "ahwelp@ahwelp.com" + "name" : "Artur Welp", + "email" : "ahwelp@universo.univates.br" } ], "autoload" : { "psr-4" : { - "BBOrm\\" : "src/BBOrm/" + "ORm\\" : "src/ORM/" } }, "require" : { } diff --git a/src/BBOrm/Connections.php b/src/ORM/Connections.php similarity index 100% rename from src/BBOrm/Connections.php rename to src/ORM/Connections.php diff --git a/src/BBOrm/DBInstance.php b/src/ORM/DBInstance.php similarity index 100% rename from src/BBOrm/DBInstance.php rename to src/ORM/DBInstance.php diff --git a/src/BBOrm/Entity.php b/src/ORM/Entity.php similarity index 100% rename from src/BBOrm/Entity.php rename to src/ORM/Entity.php diff --git a/src/index.php b/src/index.php index f864a65..a0cee8a 100644 --- a/src/index.php +++ b/src/index.php @@ -1,8 +1,8 @@ permissions() ); //$a = new Municipio(); //$a->load(1); -//$a->estado(); \ No newline at end of file +//$a->estado();