Skip to content

Commit

Permalink
Add new traits
Browse files Browse the repository at this point in the history
  • Loading branch information
dezbyte committed Jan 4, 2018
1 parent 9e505a2 commit c3b5af4
Show file tree
Hide file tree
Showing 10 changed files with 966 additions and 46 deletions.
89 changes: 46 additions & 43 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions src/Colibri/Core/Collection/ObjectStorage.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace Colibri\Collection;

class ObjectStorage extends Collection
{



}
2 changes: 1 addition & 1 deletion src/Colibri/Core/Storage/BasicEntityPersister.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class BasicEntityPersister extends AbstractDatabasePersister
*/
public function create(EntityInterface $entity)
{
$this->getInsertQuery();

}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Colibri/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Class Builder
* @package Colibri\Query
*/
abstract class Builder implements SqlableInterface
abstract class Builder implements SqlableInterface, BuilderInterface
{

/**
Expand Down
Loading

0 comments on commit c3b5af4

Please sign in to comment.