1
0
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:
Daniël Klabbers
2018-12-19 22:50:52 +01:00
committed by Toby Zerner
parent 9989e76750
commit 8e37c2b8d8
2 changed files with 26 additions and 15 deletions

View File

@@ -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.
}
}