Skip to content

Commit

Permalink
Fixes transformer.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 5, 2017
1 parent e967859 commit ebccf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Transformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Orchestra\Support\Transformer as BaseTransformer;

class Transformer extends BaseTransformer
abstract class Transformer extends BaseTransformer
{
use Traits\Transformable;

Expand Down

0 comments on commit ebccf41

Please sign in to comment.