diff --git a/src/DockerExecutorCSharpServiceProvider.php b/src/DockerExecutorCSharpServiceProvider.php index aaa71fa..c87e5f6 100644 --- a/src/DockerExecutorCSharpServiceProvider.php +++ b/src/DockerExecutorCSharpServiceProvider.php @@ -28,6 +28,8 @@ public function register() public function boot() { \Artisan::command('docker-executor-csharp:install', function () { + // disable executor installation + return; $scriptExecutor = ScriptExecutor::install([ 'language' => 'csharp', 'title' => 'C# Executor',