Skip to content

Commit

Permalink
adding use SilverStripe\Security\Member; to make sure linting works
Browse files Browse the repository at this point in the history
adding `use SilverStripe\Security\Member;` to make sure that linting works.
  • Loading branch information
sunnysideup committed Apr 1, 2021
1 parent 66fa597 commit 2ecd8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ORM/DataExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use SilverStripe\Forms\FieldList;
use SilverStripe\Forms\CompositeValidator;
use SilverStripe\ORM\Queries\SQLSelect;
use SilverStripe\Security\Member;
use Exception;

/**
Expand Down

0 comments on commit 2ecd8b3

Please sign in to comment.