Comment Updated
This commit is contained in:
parent
b334ab6374
commit
8ed09b46cb
|
|
@ -52,6 +52,8 @@ trait ProvideExceptionHandler
|
|||
* Check required keys.
|
||||
*
|
||||
* @param array $requiredKeys
|
||||
* @param array $actualKeys
|
||||
* @param \Closure $operation
|
||||
* @return void|\Closure
|
||||
*/
|
||||
public function checkRequiredKeys($requiredKeys, $actualKeys, $operation)
|
||||
|
|
|
|||
Loading…
Reference in New Issue