File: D:/HostingSpaces/farmfun/reserveren.farmfun.be/vendor/_laravel_idea/_ide_helper_dispatches.php
<?php //7a6323f3f7c63a59e85e7dc224f4c463
/** @noinspection all */
namespace Illuminate\Foundation\Console {
use Illuminate\Foundation\Bus\PendingDispatch;
/**
* @method static PendingDispatch dispatch(array $data)
* @method static void dispatchNow(array $data)
*/
class QueuedCommand {}
}
namespace Illuminate\Queue {
use Illuminate\Foundation\Bus\PendingDispatch;
/**
* @method static PendingDispatch dispatch(SerializableClosure $closure)
* @method static void dispatchNow(SerializableClosure $closure)
*/
class CallQueuedClosure {}
}