Move cron to drupal page
This commit is contained in:
parent
7c544d9ae4
commit
7fefb689c7
9 changed files with 61 additions and 41 deletions
|
|
@ -143,7 +143,7 @@ func (dis *Distillery) Purger() *purger.Purger {
|
|||
// THESE SHOULD NEVER BE CALLED DIRECTLY
|
||||
//
|
||||
|
||||
func (dis *Distillery) allComponents(context *lifetime.RegisterContext[component.Component, component.Still]) {
|
||||
func (dis *Distillery) allComponents(context *lifetime.Registry[component.Component, component.Still]) {
|
||||
lifetime.Place[*docker.Docker](context)
|
||||
lifetime.Place[*binder.Binder](context)
|
||||
lifetime.Place[*web.Web](context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue