diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index e83557b..c31f5df 100644 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -1,4 +1,4 @@ -creator = $creator; } - /** - * - */ + public function delete() : void { } - /** - * - */ + public function create() : void { } - /** - * - */ + public function update() : void { } - /** - * - */ + public function serialize() : void { } - /** - * - */ + public function unserialize($data) : void { } diff --git a/Models/Message.php b/Models/Message.php index 388dfa4..8c0c0ab 100644 --- a/Models/Message.php +++ b/Models/Message.php @@ -103,37 +103,27 @@ class Message $this->creator = $creator; } - /** - * - */ + public function delete() : void { } - /** - * - */ + public function create() : void { } - /** - * - */ + public function update() : void { } - /** - * - */ + public function serialize() : void { } - /** - * - */ + public function unserialize($data) : void { } diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index dff1d64..e33d275 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -1,4 +1,4 @@ -