Skip to content

Commit 6f9019c

Browse files
committed
refactor: do not pluralize Dashboard controller name
1 parent 6afd6d6 commit 6f9019c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/Make/Controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default class MakeController extends BaseGenerator {
2626
/**
2727
* Do not pluralize following controller names
2828
*/
29-
protected formIgnoreList = ['Home', 'Auth', 'Login', 'Authentication', 'Adonis']
29+
protected formIgnoreList = ['Home', 'Auth', 'Login', 'Authentication', 'Adonis', 'Dashboard']
3030

3131
/**
3232
* Command meta data

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-
October 14th 2020, 7:39:24 am
58+
October 20th 2020, 8:46:14 am
5959
</h5>
6060
<p class="card-text">Last updated</p>
6161
</div>

0 commit comments

Comments
 (0)