From 1f8a3b62ffa76cea33c9bca47f468ff57822cbb3 Mon Sep 17 00:00:00 2001 From: Jacob Brassington Date: Thu, 21 Jun 2018 15:53:00 +0100 Subject: [PATCH] Add editable method --- src/LangleyFoxall/Modules/Template/Config.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/LangleyFoxall/Modules/Template/Config.php b/src/LangleyFoxall/Modules/Template/Config.php index a431521..bc0bccd 100644 --- a/src/LangleyFoxall/Modules/Template/Config.php +++ b/src/LangleyFoxall/Modules/Template/Config.php @@ -26,4 +26,12 @@ public function authenticatable() { return []; } -} \ No newline at end of file + + /** + * @return string[] + */ + public function editable() + { + return []; + } +}