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 627db89 commit 74ddbaeCopy full SHA for 74ddbae
README.md
@@ -27,7 +27,7 @@ And run `/composer update`.
27
You will need to add the following line to your application's bootstrap.php file:
28
29
```php
30
-Plugin::load('Migrations');
+Plugin::load('Settings');
31
```
32
33
Next you need to create the table. Use the following command to initialize the settings-table.
0 commit comments