Skip to content

Commit e8cabac

Browse files
naimsolonggithub-actions[bot]
authored andcommitted
Fix styling
1 parent 1303d9c commit e8cabac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function extract(string $format, ?Collection $models = null): array
7878

7979
public function validateCustomModel(Collection $models): Collection
8080
{
81-
if(!is_subclass_of($models->first(), Model::class)) {
81+
if (! is_subclass_of($models->first(), Model::class)) {
8282
throw new Exception('The provided model, parent must be an instance of Illuminate\Database\Eloquent\Model');
8383
}
8484

0 commit comments

Comments
 (0)