Skip to content

Commit

Permalink
Resolved #5, Duplicate namespace in stylists
Browse files Browse the repository at this point in the history
  • Loading branch information
dusta committed Sep 13, 2018
1 parent 2ec4ad8 commit d900821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Image
{
public $stylist = 'orginal';
public $stylists = [
'orginal' => \Dframe\Dframe\FileStorage\Stylist\SimpleStylist::class
'orginal' => \Dframe\FileStorage\Stylist\SimpleStylist::class
];
public $size;

Expand Down

0 comments on commit d900821

Please sign in to comment.