Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Laravel Cluster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clinbio
Packagist
Laravel Cluster
Commits
abcc9a0f
Verified
Commit
abcc9a0f
authored
Sep 30, 2022
by
Dillenn Terumalai
Browse files
Options
Downloads
Patches
Plain Diff
fix: Fixed missing TrimCommand registering
parent
d28bb2ce
Branches
Branches containing commit
Tags
v1.8.1
Tags containing commit
No related merge requests found
Pipeline
#4535
passed
Sep 30, 2022
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/LaravelClusterServiceProvider.php
+2
-1
2 additions, 1 deletion
src/LaravelClusterServiceProvider.php
with
2 additions
and
1 deletion
src/LaravelClusterServiceProvider.php
+
2
−
1
View file @
abcc9a0f
...
...
@@ -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
,
]);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment