From 3970403b14bfa7434f6c475769cf63834b3b0fee Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Mon, 4 Dec 2017 11:35:41 +1300 Subject: [PATCH] FIX Add table_name to IFramePage --- src/IFramePage.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/IFramePage.php b/src/IFramePage.php index 95eb846..2e08bbf 100644 --- a/src/IFramePage.php +++ b/src/IFramePage.php @@ -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';