Skip to content

Commit 14d986d

Browse files
committed
Fix paths :)
1 parent 9faec3f commit 14d986d

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

Kernel.php renamed to src/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
class Kernel extends ServiceProvider
88
{
99
public function register(): void {
10-
$this->loadViewsFrom(__DIR__ .'/views', 'editor.js');
10+
$this->loadViewsFrom(__DIR__ . '/views', 'editor.js');
1111

1212
$this->publishes([
13-
__DIR__ .'/views' => resource_path('views/vendor/editor.js'),
13+
__DIR__ . '/views' => resource_path('views/vendor/editor.js'),
1414
], 'editor.js');
1515
}
1616
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)