Skip to content
Snippets Groups Projects
Verified Commit abcc9a0f authored by Dillenn Terumalai's avatar Dillenn Terumalai :speech_balloon:
Browse files

fix: Fixed missing TrimCommand registering

parent d28bb2ce
Branches
Tags v1.8.1
No related merge requests found
Pipeline #4535 passed
......@@ -115,7 +115,8 @@ class LaravelClusterServiceProvider extends LaravelClusterApplicationServiceProv
Console\InstallCommand::class,
Console\PublishCommand::class,
Console\RefreshClusterJobsCommand::class,
Console\MonitorClusterStatusCommand::class
Console\MonitorClusterStatusCommand::class,
Console\TrimCommand::class,
]);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment