Skip to content

Commit

Permalink
API Use new names for renamed classes (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Sep 23, 2024
1 parent 9e1e43d commit f06045a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FormFields/SessionManagerField.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use SilverStripe\Security\Member;
use SilverStripe\SessionManager\Controllers\LoginSessionController;
use SilverStripe\SessionManager\Models\LoginSession;
use SilverStripe\View\ViewableData;
use SilverStripe\Model\ModelData;

class SessionManagerField extends FormField
{
Expand All @@ -26,7 +26,7 @@ class SessionManagerField extends FormField
* {@inheritDoc}
*
* @param string $name Field name
* @param null|string|ViewableData $title Field title
* @param null|string|ModelData $title Field title
* @param mixed $value Member ID to apply this field to
* @param string $titleLinkText Title link text
* @param string $titleLinkHref Title link href
Expand Down

0 comments on commit f06045a

Please sign in to comment.