live link

This commit is contained in:
2023-10-16 15:38:25 +03:00
parent 849267caa1
commit 962b0fe29f
+2
View File
@@ -8,6 +8,7 @@ use Illuminate\Support\ServiceProvider;
use Intervention\Image\ImageManager; use Intervention\Image\ImageManager;
use Lucent\Channel\ChannelService; use Lucent\Channel\ChannelService;
use Lucent\Commands\CompileSchemas; use Lucent\Commands\CompileSchemas;
use Lucent\Commands\LiveLink;
use Lucent\Commands\RebuildThumbnails; use Lucent\Commands\RebuildThumbnails;
use Lucent\File\FileService; use Lucent\File\FileService;
use Lucent\File\ImageService; use Lucent\File\ImageService;
@@ -66,6 +67,7 @@ class LucentServiceProvider extends ServiceProvider
$this->commands([ $this->commands([
CompileSchemas::class, CompileSchemas::class,
RebuildThumbnails::class, RebuildThumbnails::class,
LiveLink::class,
]); ]);
} }