Skip to content

Commit

Permalink
Dataset: make compliant with rdfInterface 2.0.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Aug 31, 2023
1 parent f63af76 commit 973ada5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"php": ">=8.0",
"zozlak/rdf-constants": "^1.1",
"sweetrdf/rdf-interface": "^2.0.0-RC2",
"sweetrdf/rdf-helpers": "^1"
"sweetrdf/rdf-helpers": "^1.2.0"
},
"suggest": {
"sweetrdf/quick-rdf-io": "*"
Expand Down
2 changes: 2 additions & 0 deletions src/simpleRdf/Dataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
*/
class Dataset implements DatasetInterface {

use \rdfHelpers\DatasetGettersTrait;

static public function factory(): Dataset {
return new Dataset();
}
Expand Down

0 comments on commit 973ada5

Please sign in to comment.