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

a bit of cleanup, a bit of improvement #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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

class AccessInput extends Widget
{
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.

3 participants