Skip to content

Commit

Permalink
drop ActiveRecord support
Browse files Browse the repository at this point in the history
  • Loading branch information
albertborsos committed Sep 24, 2019
1 parent 60d10b1 commit 37c7651
Show file tree
Hide file tree
Showing 40 changed files with 66 additions and 1,811 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"php": ">=7.1.0",
"yiisoft/yii2": "~2.0.14",
"zendframework/zend-hydrator": "~2.4|~3.0",
"samdark/hydrator": "^1.0.2",
"albertborsos/yii2-cycle": "dev-master"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion src/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace albertborsos\ddd;

use albertborsos\ddd\hydrators\ActiveHydrator;
use albertborsos\ddd\hydrators\ZendHydrator;
use albertborsos\ddd\interfaces\HydratorInterface;
use albertborsos\ddd\traits\SetContainerDefinitionsTrait;
Expand Down
68 changes: 0 additions & 68 deletions src/data/ActiveEntityDataProvider.php

This file was deleted.

30 changes: 0 additions & 30 deletions src/data/ActiveEvent.php

This file was deleted.

101 changes: 0 additions & 101 deletions src/hydrators/ActiveHydrator.php

This file was deleted.

29 changes: 0 additions & 29 deletions src/interfaces/ActiveRepositoryInterface.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
use albertborsos\ddd\interfaces\FormObject;

/**
* Class AbstractActiveService
* Class AbstractStoreService
* @package albertborsos\ddd\models
* @since 2.0.0
*/
abstract class AbstractActiveService extends AbstractService
abstract class AbstractStoreService extends AbstractService
{
/**
* @return bool
Expand Down

0 comments on commit 37c7651

Please sign in to comment.