Skip to content

Conversation

@eluhr
Copy link
Collaborator

@eluhr eluhr commented Mar 26, 2019

  • Switched deprecated methods for new ones.
  • Removed unused widget attributes.
  • A bit of cleanup

public $form;
public $model;

public $accessFields = ['owner', 'domain', 'read', 'update', 'delete'];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not in use currently, but actually the idea was that the widget is configurable regarding which fields are shown.

@schmunk42
Copy link
Member

We also need to raise PHP min version in composer.json to 5.5 when using ::class

@handcode
Copy link
Member

PHP min version must be raised to 7 due to the usage of the Null Coalescing Operator ??

Copy link
Member

@schmunk42 schmunk42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

raise PHP version to 7.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants