Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 4ba6ce4

Browse files
author
Reza Shadman
committed
Create abstract request for all apis.
1 parent 9c51e0d commit 4ba6ce4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Api/Request.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php namespace Quince\Pelastic\Api;
2+
3+
use Quince\Pelastic\AccessibleMutatableTrait;
4+
use Quince\Pelastic\Contracts\Api\RequestInterface;
5+
6+
abstract class Request implements RequestInterface {
7+
8+
use AccessibleMutatableTrait;
9+
10+
}

0 commit comments

Comments
 (0)