<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yii\queue;
/**
* Job Interface.
*
* @deprecated Will be removed in 2.1.0. Use JobInterface instead of Job.
*
* @author Roman Zhuravlev <zhuravljov@gmail.com>
*/
interface Job extends JobInterface
{
}
-
rlgy authored422d81d8