|
|
|
@ -9,7 +9,7 @@ use App\Model\RequestLog;
|
|
|
|
|
|
|
|
|
|
class RequestService extends AbstractService
|
|
|
|
|
{
|
|
|
|
|
public function getRequestLogByToken($token): RequestLog
|
|
|
|
|
public function getRequestLogByToken($token): ?RequestLog
|
|
|
|
|
{
|
|
|
|
|
return RequestLog::where('request_token', $token)->first();
|
|
|
|
|
}
|
|
|
|
|