File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ <h5 class="card-title">
55
55
< div class ="card ">
56
56
< div class ="card-body ">
57
57
< h5 class ="card-title ">
58
- November 28th 2020, 2:45:23 am
58
+ November 28th 2020, 2:56:00 am
59
59
</ h5 >
60
60
< p class ="card-text "> Last updated</ p >
61
61
</ div >
Original file line number Diff line number Diff line change 1
- import { BaseCommand } from '@adonisjs/ace '
1
+ import { BaseCommand } from '@adonisjs/core/build/standalone '
2
2
3
3
export default class {{ filename }} extends BaseCommand {
4
4
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { ApplicationContract } from '@ioc:Adonis/Core/Application'
6
6
|--------------------------------------------------------------------------
7
7
|
8
8
| 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.
10
10
| You must import them inside the life-cycle methods defined inside
11
11
| the provider class.
12
12
|
You can’t perform that action at this time.
0 commit comments