File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class User extends Authenticatable implements CanPresent
8484This package gives you an easy way to generate new ` Presenter ` class, all you need to do is to use ` presenter:make ` command.
8585
8686``` bash
87- php artisan presenter:make UserPresneter
87+ php artisan presenter:make UserPresenter
8888```
8989
9090` UserPresenter ` in our case, leaves by default in ` App\Presenters ` .
@@ -111,7 +111,7 @@ If you want to change the directory, you have two options.
111111First options is to set the full namespace while you're creating the presenter class
112112
113113``` bash
114- php artisna presneter :make App\M odels\P resenter\U serPresenter
114+ php artisna presenter :make App\M odels\P resenter\U serPresenter
115115```
116116
117117Or change ` presenter_namespace ` from ` config/laravel-presenter ` file.
You can’t perform that action at this time.
0 commit comments