We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cd314 commit 3e271e7Copy full SHA for 3e271e7
README.md
@@ -72,7 +72,7 @@ $ composer require backpack/MenuCRUD
72
2) Then add the service providers to your config/app.php file:
73
74
```
75
-'Backpack\MenuCRUD\MenuCRUDServiceProvider',
+Backpack\MenuCRUD\MenuCRUDServiceProvider::class,
76
77
78
3) Publish the migration:
0 commit comments