Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Model\Base class introduced temporary in PR 800 (hintable support) #810

Merged
merged 1 commit into from
Dec 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.