Skip to content

Commit

Permalink
Merge pull request #31 from creative-commoners/pulls/2.0/table-name
Browse files Browse the repository at this point in the history
FIX Add table_name to IFramePage
  • Loading branch information
dhensby authored Dec 4, 2017
2 parents fdb9d01 + 3970403 commit a28df17
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 a28df17

Please sign in to comment.