diff --git a/src/Pages/Template.php b/src/Pages/Template.php index ae9073b..979d8fd 100644 --- a/src/Pages/Template.php +++ b/src/Pages/Template.php @@ -519,4 +519,15 @@ public function getRaw() return $this->raw; } + + /** + * Determine if accessing missing attributes is disabled. + * + * @return bool + */ + public static function preventsAccessingMissingAttributes() + { + return Model::preventsAccessingMissingAttributes(); + } + }