Skip to content

Commit 3e271e7

Browse files
nakamuraagathatabacitu
authored andcommitted
typo app service providers (#22)
1 parent 72cd314 commit 3e271e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $ composer require backpack/MenuCRUD
7272
2) Then add the service providers to your config/app.php file:
7373

7474
```
75-
'Backpack\MenuCRUD\MenuCRUDServiceProvider',
75+
Backpack\MenuCRUD\MenuCRUDServiceProvider::class,
7676
```
7777

7878
3) Publish the migration:

0 commit comments

Comments
 (0)