Skip to content

Commit

Permalink
Update ListObjectTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
secure73 authored Dec 27, 2023
1 parent 7035ae5 commit 046bc0e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/traits/model/ListObjectTrait.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<?php
namespace GemFramework\Traits\Model;
use GemLibrary\Http\GemRequest;

/**
* @method listObjects()
* @param GemRequest $request
* @return array<mixed>|false
*/
trait ListObjectTrait
{
/**
* @param GemRequest $request
* @return array<mixed>|false
*/
public function listObjects(GemRequest $request):array|false
{
if(isset($request->post['page']))
Expand Down

0 comments on commit 046bc0e

Please sign in to comment.