Skip to content

Commit

Permalink
wip docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Jul 20, 2020
1 parent 08da5b7 commit 4842ffc
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions config/eloquent-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
return [

/*
* The model the app uses.
* Feel free to change it however you like, but do not
* forget to extend the original model.
*
* Or don't extend it from the original model.
* I'm just some text. I can't stop you.
*/
|--------------------------------------------------------------------------
| Settings Model
|--------------------------------------------------------------------------
|
| You can extend anytime this model and add your own to extend model
| functionalities if you need to. Make sure you also set the path
| to the new (extended) model afterwards.
|
*/

'model' => \Rennokki\Settings\Models\SettingModel::class,

Expand Down

0 comments on commit 4842ffc

Please sign in to comment.