Skip to content

Commit

Permalink
Merge pull request #268 from bytestream/patch-1
Browse files Browse the repository at this point in the history
Fix  creation of dynamic property HasPermission::$request is deprecated
  • Loading branch information
kodeine authored Aug 19, 2024
2 parents d65a171 + 855d50f commit 6449785
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Kodeine/Acl/Middleware/HasPermission.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ class HasPermission
],
];

/** @var \Illuminate\Http\Request $request */
protected $request;

/**
* Handle an incoming request.
*
Expand Down

0 comments on commit 6449785

Please sign in to comment.