cli setup
This commit is contained in:
@@ -22,6 +22,7 @@ use Lucent\Commands\RemoveOrphanEdges;
|
||||
use Lucent\Commands\SetupDatabase;
|
||||
use Lucent\Commands\Export;
|
||||
use Lucent\Commands\Import;
|
||||
use Lucent\Commands\Setup;
|
||||
use Lucent\Data\ChannelAuth;
|
||||
use Lucent\File\FileService;
|
||||
use Lucent\Query\DatabaseGraph\DatabaseGraph;
|
||||
@@ -100,6 +101,7 @@ class LucentServiceProvider extends ServiceProvider
|
||||
GenerateCollectionSchema::class,
|
||||
Export::class,
|
||||
Import::class,
|
||||
Setup::class,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user