diff --git a/composer.json b/composer.json index 8de3cce..3423552 100644 --- a/composer.json +++ b/composer.json @@ -31,13 +31,13 @@ }, "autoload": { "psr-4": { - "Rahmanramsi\\FilamentEditorJs\\": "src", - "Rahmanramsi\\FilamentEditorJs\\Database\\Factories\\": "database/factories" + "FilamentEditorJs\\": "src", + "FilamentEditorJs\\Database\\Factories\\": "database/factories" } }, "autoload-dev": { "psr-4": { - "Rahmanramsi\\FilamentEditorJs\\Tests\\": "tests" + "FilamentEditorJs\\Tests\\": "tests" } }, "scripts": { @@ -52,7 +52,7 @@ "extra": { "laravel": { "providers": [ - "Rahmanramsi\\FilamentEditorJs\\FilamentEditorJsServiceProvider" + "FilamentEditorJs\\FilamentEditorJsServiceProvider" ] } }, diff --git a/src/FilamentEditorJsServiceProvider.php b/src/FilamentEditorJsServiceProvider.php index c39995c..8364f01 100644 --- a/src/FilamentEditorJsServiceProvider.php +++ b/src/FilamentEditorJsServiceProvider.php @@ -1,6 +1,6 @@ name('filament-editorjs') ->hasViews() diff --git a/src/Forms/Components/Concerns/InteractsWithTools.php b/src/Forms/Components/Concerns/InteractsWithTools.php index f56794d..dae5261 100644 --- a/src/Forms/Components/Concerns/InteractsWithTools.php +++ b/src/Forms/Components/Concerns/InteractsWithTools.php @@ -1,6 +1,6 @@