mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-09 03:08:09 +00:00
First attempt, trying to build an import stuff routine.
This commit is contained in:
@@ -38,6 +38,10 @@ class HomeController extends BaseController
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
Queue::push(function($job)
|
||||
{
|
||||
Log::debug('This is a job!');
|
||||
});
|
||||
|
||||
\Event::fire('limits.check');
|
||||
\Event::fire('piggybanks.check');
|
||||
|
||||
Reference in New Issue
Block a user