Commit 50cfadb2 authored by Nicolas Widart's avatar Nicolas Widart

Type hint the create method.

parent b844b267
......@@ -38,7 +38,7 @@ class SentinelUserRepository implements UserRepository
*/
public function create($data)
{
return $this->user->create($data);
return $this->user->create((array) $data);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment