Skip to content

Commit

Permalink
Merge pull request #18 from JacobBrassington/patch-1
Browse files Browse the repository at this point in the history
Add editable method
  • Loading branch information
dextermb authored Jun 21, 2018
2 parents 27d9d39 + 1f8a3b6 commit 3074bb8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/LangleyFoxall/Modules/Template/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ public function authenticatable()
{
return [];
}
}

/**
* @return string[]
*/
public function editable()
{
return [];
}
}

0 comments on commit 3074bb8

Please sign in to comment.