Mejor paginado, y actualizado el .env.example!

This commit is contained in:
2021-04-30 15:42:59 -04:00
parent 9fdf9723be
commit a0ab2c6c8c
6 changed files with 94 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ use Ramsey\Uuid\Uuid;
* @method static find($id)
* @method static where(string $string, $sub)
* @method static create(array $array)
* @method static paginate($perPage = null, $columns = ['*'], $pageName = 'page', $page = null)
*
* @package App\Models
*