Skip to content

Commit

Permalink
fix perPage config
Browse files Browse the repository at this point in the history
  • Loading branch information
imahmood committed Dec 9, 2023
1 parent a1805cd commit e4196af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseEloquentRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ abstract class BaseEloquentRepository implements RepositoryInterface

public function __construct()
{
$this->perPage = config('perPage');
$this->perPage = config('repository.perPage');
}

/**
Expand Down

0 comments on commit e4196af

Please sign in to comment.