Skip to content

Commit 8b7fd21

Browse files
authored
Merge pull request #21 from lara-zeus/update-sky
Update sky
2 parents 4b34edd + 98fa0cf commit 8b7fd21

4 files changed

Lines changed: 33 additions & 107 deletions

File tree

composer.lock

Lines changed: 30 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/zeus-bolt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* you can overwrite any model and use your own
2727
* you can also configure the model per panel in your panel provider using:
28-
* ->skyModels([ ... ])
28+
* ->models([ ... ])
2929
*/
3030
'models' => [
3131
'Category' => \LaraZeus\Bolt\Models\Category::class,

config/zeus-dynamic-dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* you can overwrite any model and use your own
1919
* you can also configure the model per panel in your panel provider using:
20-
* ->skyModels([ ... ])
20+
* ->models([ ... ])
2121
*/
2222
'models' => [
2323
'Layout' => \LaraZeus\DynamicDashboard\Models\Layout::class,

config/zeus-sky.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* you can overwrite any model and use your own
2929
* you can also configure the model per panel in your panel provider using:
30-
* ->skyModels([ ... ])
30+
* ->models([ ... ])
3131
*/
3232
'models' => [
3333
'Faq' => \LaraZeus\Sky\Models\Faq::class,

0 commit comments

Comments
 (0)