Skip to content

Commit

Permalink
Remove Model\Base Cl from PR 800 (hintable support) (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored Dec 12, 2020
1 parent 67a42e5 commit a703290
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"php": ">=7.3.0",
"ext-intl": "*",
"atk4/dsql": "dev-develop",
"mahalux/atk4-hintable": "^1.1.3"
"mahalux/atk4-hintable": "^1.1.4"
},
"require-release": {
"php": ">=7.3.0",
"ext-intl": "*",
"atk4/dsql": "~2.3.0",
"mahalux/atk4-hintable": "^1.1.3"
"mahalux/atk4-hintable": "^1.1.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
Expand Down
2 changes: 1 addition & 1 deletion src/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* If the value is null then the record is considered to be new.
* @property Field[]|Reference[] $elements
*/
class Model extends Model\Base implements \IteratorAggregate
class Model implements \IteratorAggregate
{
use ContainerTrait {
add as _add;
Expand Down
16 changes: 0 additions & 16 deletions src/Model/Base.php

This file was deleted.

0 comments on commit a703290

Please sign in to comment.