fix gitlab tests
This commit is contained in:
@@ -15,7 +15,7 @@ class SupportRequestCollection extends ResourceCollection
|
||||
|
||||
public function with($request): array
|
||||
{
|
||||
if (! method_exists($this->resource, 'total')) {
|
||||
if (!method_exists($this->resource, 'total')) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user