Name Change
This commit is contained in:
+4
-4
@@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name" : "ahwelp/bborm",
|
"name" : "urfat/orm",
|
||||||
"description" : "Diferent ORM",
|
"description" : "Diferent ORM",
|
||||||
"type" : "library",
|
"type" : "library",
|
||||||
"authors" : [
|
"authors" : [
|
||||||
{
|
{
|
||||||
"name" : "ahwelp",
|
"name" : "Artur Welp",
|
||||||
"email" : "ahwelp@ahwelp.com"
|
"email" : "ahwelp@universo.univates.br"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"autoload" : {
|
"autoload" : {
|
||||||
"psr-4" : {
|
"psr-4" : {
|
||||||
"BBOrm\\" : "src/BBOrm/"
|
"ORm\\" : "src/ORM/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require" : { }
|
"require" : { }
|
||||||
|
|||||||
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
include_once 'BBOrm/Connections.php';
|
include_once 'ORM/Connections.php';
|
||||||
include_once 'BBOrm/DBInstance.php';
|
include_once 'ORM/DBInstance.php';
|
||||||
include_once 'BBOrm/Entity.php';
|
include_once 'ORM/Entity.php';
|
||||||
|
|
||||||
class Pais extends Entity{
|
class Pais extends Entity{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user