This commit is contained in:
Guillermo Dev
2018-10-13 22:08:49 +02:00
parent 1c9aba5b30
commit ff482a52fa

View File

@@ -4,7 +4,7 @@ namespace BSR\Db;
use BSR\Db\Exception\InvalidAttributeException; use BSR\Db\Exception\InvalidAttributeException;
/** /**
* Base class for mapping objects. inherit you database filled objects from here. * Base class for mapping objects. inherit your database filled objects from here.
* *
* @property int $id * @property int $id
*/ */