class GateEvaluated (View source)
| Authenticatable|null | $user | The authenticatable model. | |
| string | $ability | The ability being evaluated. | |
| bool|null | $result | The result of the evaluation. | |
| array | $arguments | The arguments given during evaluation. |
| void | __construct(Authenticatable|null $user, string $ability, bool|null $result, array $arguments)
Create a new event instance. |
Create a new event instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Auth/Access/Events/GateEvaluated.html