Skip to content

Commit 87eef54

Browse files
ousidactions-user
authored andcommitted
Fix styling
1 parent 98048ea commit 87eef54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Exceptions/PresenterException.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ class PresenterException extends Exception
2828
*/
2929
public static function interfaceNotImplemented(Model $model): self
3030
{
31-
return new self((__(':model should implements :interface interface', [
31+
return new self((
32+
__(':model should implements :interface interface', [
3233
'model' => get_class($model),
3334
'interface' => '\Coderflex\LaravelPresenter\Concerns\CanPresent',
3435
])
35-
));
36+
));
3637
}
3738
}

0 commit comments

Comments
 (0)