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 425fbf0 commit 99b8991Copy full SHA for 99b8991
CodeView.vue
@@ -56,8 +56,8 @@ class User extends Authenticatable
56
<div class="section">
57
<CodeHighlightMini lang="php" :code="code" />
58
59
- <CodeHighlight lang="php" :code="code" filename="App\Models\User.php" />
+ <CodeHighlight lang="php" :code="code" filename="App\Models\User.php" />
60
61
- <!-- <CodeHighlight lang="php" :code="code" theme="dark-theme" filename="App\Models\User.php" /> -->
+ <!-- <CodeHighlight lang="php" :code="code" theme="dark-theme" filename="App\Models\User.php" /> -->
62
</div>
63
</template>
0 commit comments