Janitor tasks configuration files
<?php
namespace CherrycakeApp;
class JanitorTaskMoviesUpdateImdbRating extends \Cherrycake\Janitor\JanitorTask {
protected $isConfigFile = true;
...
}<?php
namespace Cherrycake;
$JanitorTaskMoviesUpdateImdbRatingConfig = [
"imdbAPIKey" => "mfu9873n94hosdaonfo3289"
];Last updated