Skip to content

Commit

Permalink
ENH Add generic types (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jan 23, 2024
1 parent d8a6762 commit 53008d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/IFramePageController.php
Expand Up @@ -6,6 +6,9 @@
use SilverStripe\Control\Director;
use SilverStripe\View\Requirements;

/**
* @extends PageController<IFramePage>
*/
class IFramePageController extends PageController
{
protected function init()
Expand Down

0 comments on commit 53008d0

Please sign in to comment.