We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d5db5 commit 18c6658Copy full SHA for 18c6658
src/Console/stubs/page.stub
@@ -4,7 +4,6 @@
4
<div class="jumbotron">
5
<h1 class="mb-4">DummyName</h1>
6
7
- <p>Go to <code>{{ $page }}</code> to edit this page.</p>
8
- <p>To add logic to it, go to <code>{{ $controller }}</code> to edit the controller.</p>
+ <p>Go to <code>{{ $page }}</code> to edit this view or <code>{{ $controller }}</code> to edit the controller.</p>
9
</div>
10
@endsection
0 commit comments