diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 000000000..d74b75e9b --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,75 @@ + + + + + + + + + $PROJECT_DIR$/composer.json + + + + + + + + + + + { + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "WebServerToolWindowFactoryState": "false", + "settings.editor.selected.configurable": "fileTemplates" + } +} + + + + + + + + + + + + + + + 1655834783136 + + + 1656154571540 + + + + + + \ No newline at end of file diff --git a/src/Mooc/Videos/Application/Update/VideoTitleUpdaterCommand.php b/src/Mooc/Videos/Application/Update/VideoTitleUpdaterCommand.php new file mode 100644 index 000000000..b69e25774 --- /dev/null +++ b/src/Mooc/Videos/Application/Update/VideoTitleUpdaterCommand.php @@ -0,0 +1,32 @@ +id; + } + + public function title(): string + { + return $this->title; + } + + public function courseId(): string + { + return $this->courseId; + } + + +} \ No newline at end of file