mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-09 23:08:56 +02:00
[Nostromo] Tweak Tasks
This commit is contained in:
@@ -58,6 +58,9 @@ abstract class AbstractTask
|
||||
*/
|
||||
public function setOptions($options = [])
|
||||
{
|
||||
if (!is_array($options)) {
|
||||
$options = [];
|
||||
}
|
||||
$this->options = $options;
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user