Skip to content

Instantly share code, notes, and snippets.

@bakura10
Last active December 13, 2015 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bakura10/4977445 to your computer and use it in GitHub Desktop.
Save bakura10/4977445 to your computer and use it in GitHub Desktop.
<?php
return array(
'zfr_cron' => array(
'tasks' => array(
'factories' => array(
'removeFakeAccounts' => array(
'class' => 'My\Factory',
'options' => array()
)
)
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment