mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
updated constraint for 5.7 (#1698)
This commit is contained in:
committed by
Toby Zerner
parent
9989e76750
commit
8e37c2b8d8
@@ -400,4 +400,16 @@ class Gate implements GateContract
|
||||
{
|
||||
// TODO: Implement abilities() method.
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the raw result from the authorization callback.
|
||||
*
|
||||
* @param string $ability
|
||||
* @param array|mixed $arguments
|
||||
* @return mixed
|
||||
*/
|
||||
public function raw($ability, $arguments = [])
|
||||
{
|
||||
// TODO: Implement raw() method.
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user