Skip to content

Commit 7622d7b

Browse files
committed
add code-mirror assets base path constant
1 parent 5a70a28 commit 7622d7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CodeMirror.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
class CodeMirror extends Extension
88
{
9+
const ASSETS_PATH = 'vendor/laravel-admin-ext/code-mirror/codemirror-5.40.0/';
10+
911
public $name = 'code-mirror';
1012

1113
public $views = __DIR__.'/../resources/views';

0 commit comments

Comments
 (0)