Skip to content

Commit

Permalink
Fix abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
Jleagle committed Jul 28, 2015
1 parent ce837f4 commit a8fe584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Responses/AbstractResponse.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Jleagle\Imdb\Responses;

class AbstractResponse
abstract class AbstractResponse
{
public function __construct(array $data)
{
Expand Down

0 comments on commit a8fe584

Please sign in to comment.