Skip to content

Commit 2eabdf5

Browse files
committed
fix: stub templates to use correct import
1 parent 5a55ae5 commit 2eabdf5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

npm-audit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h5 class="card-title">
5555
<div class="card">
5656
<div class="card-body">
5757
<h5 class="card-title">
58-
November 28th 2020, 2:45:23 am
58+
November 28th 2020, 2:56:00 am
5959
</h5>
6060
<p class="card-text">Last updated</p>
6161
</div>

templates/command.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BaseCommand } from '@adonisjs/ace'
1+
import { BaseCommand } from '@adonisjs/core/build/standalone'
22

33
export default class {{ filename }} extends BaseCommand {
44

templates/provider.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { ApplicationContract } from '@ioc:Adonis/Core/Application'
66
|--------------------------------------------------------------------------
77
|
88
| Your application is not ready when this file is loaded by the framework.
9-
| Hence, the level imports relying on the IoC container will not work.
9+
| Hence, the top level imports relying on the IoC container will not work.
1010
| You must import them inside the life-cycle methods defined inside
1111
| the provider class.
1212
|

0 commit comments

Comments
 (0)