Skip to content

Commit ca1b153

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 655aad8 commit ca1b153

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Diff for: dist/nova.d.ts

+1-7
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default class Nova {
5353
/** @private */
5454
private __booted;
5555
/** @private */
56-
private __deployed;
56+
private __liftOff;
5757
/**
5858
* Register a callback to be called before Nova starts. This is used to bootstrap
5959
* addons, tools, custom fields, or anything else Nova needs
@@ -63,8 +63,6 @@ export default class Nova {
6363
booting(callback: BootingCallback): void;
6464
/**
6565
* Execute all of the booting callbacks.
66-
*
67-
* @ignore
6866
*/
6967
boot(): void;
7068
/** @type {VueStore} */
@@ -88,10 +86,6 @@ export default class Nova {
8886
liftOff(): void;
8987
/** @private */
9088
private notificationPollingInterval;
91-
/**
92-
* @ignore
93-
*/
94-
deploy(): void;
9589
/**
9690
* Return configuration value from a key.
9791
*

Diff for: stubs/NovaServiceProvider.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class NovaServiceProvider extends NovaApplicationServiceProvider
4141
Nova::routes()
4242
->withAuthenticationRoutes(default: true)
4343
->withPasswordResetRoutes()
44-
->withEmailVerificationRoutes()
44+
->withoutEmailVerificationRoutes()
4545
->register();
4646
}
4747

0 commit comments

Comments
 (0)