Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed May 25, 2023
1 parent 56beef2 commit 5728304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/HasStatuses.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace Spatie\ModelStatus;

use \Illuminate\Support\Collection;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Relations\MorphMany;
use Illuminate\Database\Eloquent\Relations\Relation;
use Illuminate\Database\Query\Builder as QueryBuilder;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\DB;
use \Illuminate\Support\Collection;
use Spatie\ModelStatus\Events\StatusUpdated;
use Spatie\ModelStatus\Exceptions\InvalidStatus;

Expand Down Expand Up @@ -179,7 +179,7 @@ public function __get($key): mixed

return parent::__get($key);
}
/*
/*
* Get all available status names for the model.
*
* @return \Illuminate\Support\Collection
Expand Down
2 changes: 1 addition & 1 deletion tests/HasStatusesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,4 @@

// Assert the returned status names
expect($statusNames)->toBeEmpty();
});
});

0 comments on commit 5728304

Please sign in to comment.