Skip to content

Commit

Permalink
🐛 Fix action function
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Jan 7, 2024
1 parent 2f58551 commit 27dfdbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"Movie plugin"
],
"description": "Movie Juzaweb Plugin help you easily create movie website. It is a powerful, flexible and User friendly movie & Video Steaming Theme with advance video contents management system. It’s easy to use & install. It has been created to provide unique experience to movie lover & movie site owner. To observe of ISP needed we have made MYMO to use as multipurpose video website. It was created to run with MyMo Theme.",
"authors": [
{
"name": "Juzaweb Team",
"email": "support@juzaweb.com",
"homepage": "https://juzaweb.com"
}
],
"extra": {
"juzaweb": {
"name": "Movie Plugin - Easily create movie website",
Expand Down
6 changes: 3 additions & 3 deletions src/MovieAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function handle(): void
);
$this->addAction(
Action::INIT_ACTION,
[$this, 'addSettingForm']
[$this, 'addSettingForms']
);
$this->addAction(
Action::INIT_ACTION,
Expand Down Expand Up @@ -198,7 +198,7 @@ public function registerTaxonomies(): void
);
}

public function addSettingForm(): void
public function addSettingForms(): void
{
HookAction::registerConfig(
[
Expand Down Expand Up @@ -287,7 +287,7 @@ public function registerResources(): void
],
'url' => [
'label' => trans('mymo::app.url'),
'type' => 'upload_url'
'type' => 'upload_url',
],
],
]
Expand Down

0 comments on commit 27dfdbc

Please sign in to comment.