Skip to content

Commit

Permalink
Merge pull request #40 from robingram/compatibility/inheritance
Browse files Browse the repository at this point in the history
Change inheritance of controller class
  • Loading branch information
robbieaverill authored Mar 1, 2019
2 parents d43163e + de7a66b commit f2bff01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IFramePageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace SilverStripe\IFrame;

use SilverStripe\CMS\Controllers\ContentController;
use PageController;
use SilverStripe\Control\Director;
use SilverStripe\View\Requirements;

class IFramePageController extends ContentController
class IFramePageController extends PageController
{
protected function init()
{
Expand Down

0 comments on commit f2bff01

Please sign in to comment.