File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 21
21
"spatie/laravel-ray" : " ^1.37"
22
22
},
23
23
"conflict" : {
24
- "laravel/nova" : " <5.0.3 || >=6.0.0"
24
+ "laravel/nova" : " <5.0.5 || >=6.0.0"
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ export default class Nova {
63
63
booting ( callback : BootingCallback ) : void ;
64
64
/**
65
65
* Execute all of the booting callbacks.
66
+ *
67
+ * @ignore
66
68
*/
67
69
boot ( ) : void ;
68
70
/** @type {VueStore } */
@@ -86,6 +88,9 @@ export default class Nova {
86
88
liftOff ( ) : void ;
87
89
/** @private */
88
90
private notificationPollingInterval ;
91
+ /**
92
+ * @ignore
93
+ */
89
94
deploy ( ) : void ;
90
95
/**
91
96
* Return configuration value from a key.
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ class NovaServiceProvider extends NovaApplicationServiceProvider
41
41
Nova::routes()
42
42
->withAuthenticationRoutes(default: true)
43
43
->withPasswordResetRoutes()
44
+ ->withEmailVerificationRoutes()
44
45
->register();
45
46
}
46
47
You can’t perform that action at this time.
0 commit comments