Skip to content

Commit 4ed57d9

Browse files
committed
update core
1 parent 497dee0 commit 4ed57d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"spatie/laravel-medialibrary": "^10.0.0",
4040
"spatie/laravel-sluggable": "^3.3",
4141
"spatie/laravel-tags": "^4.4",
42-
"lara-zeus/core": "3.x-dev"
42+
"lara-zeus/core": "^3.0"
4343
},
4444
"require-dev": {
4545
"pestphp/pest": "^2.0",

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ trait Configuration
1010
protected string $skyPrefix = 'sky';
1111

1212
/**
13-
* the middleware you want to apply on all the blogs routes
13+
* the middleware you want to apply on all the blog routes
1414
* for example if you want to make your blog for users only, add the middleware 'auth'.
1515
*/
1616
protected array $skyMiddleware = ['web'];

0 commit comments

Comments
 (0)