Skip to content

Commit

Permalink
Update AbstractAPI.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanson authored Sep 26, 2017
1 parent 0830836 commit 34421a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/AbstractAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ protected function headerMiddleware($headers)
*
* @return mixed
*/
abstract public function middlewares();
public function middlewares()
{
}
}

0 comments on commit 34421a0

Please sign in to comment.