diff options
Diffstat (limited to 'lib/public/AppFramework/Services/IInitialState.php')
-rw-r--r-- | lib/public/AppFramework/Services/IInitialState.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/AppFramework/Services/IInitialState.php b/lib/public/AppFramework/Services/IInitialState.php index d8365893764..1a597567e19 100644 --- a/lib/public/AppFramework/Services/IInitialState.php +++ b/lib/public/AppFramework/Services/IInitialState.php @@ -33,7 +33,6 @@ use Closure; * @since 20.0.0 */ interface IInitialState { - /** * Allows an app to provide its initial state to the template system. * Use this if you know your initial state sill be used for example if |