Skip to content

Commit

Permalink
FIX Add table_name to IFramePage
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Dec 3, 2017
1 parent fdb9d01 commit 3970403
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/IFramePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class IFramePage extends Page
'FixedWidth' => '0'
);

private static $table_name = 'IFramePage';

private static $description = 'Embeds an iframe into the body of the page.';

private static $singular_name = 'IFrame Page';
Expand Down

0 comments on commit 3970403

Please sign in to comment.