Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Feb 23, 2024
1 parent 869b4dc commit 6c3372b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Models/BaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ abstract class BaseModel extends Model
*/
public $timestamps = true;

/**
* @var int
*/
/** @var int */
protected $perPage = 30;

protected $connection = 'mysql';
Expand Down

0 comments on commit 6c3372b

Please sign in to comment.