Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Apr 10, 2023
1 parent aac57f0 commit b71e6d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interfaces/RestControllerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

use Smoren\Yii2\ActiveRecordExplicit\models\ActiveRecord;
use Smoren\Yii2\Auth\exceptions\ApiException;
use yii\base\ViewContextInterface;
use yii\data\BaseDataProvider;

interface RestControllerInterface
interface RestControllerInterface extends ViewContextInterface
{
/**
* Generate routing rules
Expand Down

0 comments on commit b71e6d9

Please sign in to comment.