Adds registerSchedule() to PluginBase class
This commit is contained in:
parent
e6acb54d03
commit
05dc7dfa00
|
|
@ -79,6 +79,13 @@ abstract class PluginBase extends ServiceProviderBase
|
|||
return [];
|
||||
}
|
||||
|
||||
/**
|
||||
* Registers scheduled tasks that are executed on a regular basis.
|
||||
*/
|
||||
public function registerSchedule($schedule)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Registers any report widgets provided by this plugin.
|
||||
* The widgets must be returned in the following format:
|
||||
|
|
|
|||
Loading…
Reference in New Issue