File: /home/richfield/www/vendor/_laravel_idea/_ide_helper_dispatches.php
<?php //e5c7d1b9453422bc9ae42eab9e61618e
/** @noinspection all */
namespace Illuminate\Foundation\Console {
use Illuminate\Foundation\Bus\PendingDispatch;
/**
* @method static PendingDispatch dispatch(array $data)
* @method static mixed dispatchNow(array $data)
* @method static mixed dispatchSync(array $data)
*/
class QueuedCommand {}
}
namespace Illuminate\Foundation\Events {
use Illuminate\Broadcasting\PendingBroadcast;
/**
* @method static void dispatch(array $stubs)
* @method static PendingBroadcast broadcast(array $stubs)
*/
class PublishingStubs {}
}
namespace Illuminate\Queue {
use Illuminate\Foundation\Bus\PendingDispatch;
use Laravel\SerializableClosure\SerializableClosure;
/**
* @method static PendingDispatch dispatch(SerializableClosure $closure)
* @method static mixed dispatchNow(SerializableClosure $closure)
* @method static mixed dispatchSync(SerializableClosure $closure)
*/
class CallQueuedClosure {}
}