Skip to content

Commit

Permalink
adjusments for neos 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mczernik authored and mireo91 committed Jan 22, 2020
1 parent 226d743 commit 9bd156f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Classes/DataSource/PropertyTypesSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ class PropertyTypesSource extends AbstractDataSource {
* @return mixed JSON serializable data
* @api
*/
public function getData(NodeInterface $node = null, array $arguments)
{
// $arrayOfelements = array();

public function getData(NodeInterface $node = null, array $arguments = []){
return $this->dataTypes;
}

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"GPL-3.0-or-later"
],
"require": {
"neos/neos": ">=5.0",
"neos/neos-ui": ">=3.7.0"
},
"autoload": {
Expand Down

0 comments on commit 9bd156f

Please sign in to comment.