You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- perf: Update getCredential to only refresh credential once per request [\#453](https://github.com/auth0/laravel-auth0/pull/453) ([ComputerTinker](https://github.com/ComputerTinker))
Copy file name to clipboardexpand all lines: src/ServiceAbstract.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ abstract class ServiceAbstract extends InstanceEntityAbstract
22
22
*
23
23
* @var string
24
24
*/
25
-
publicconstVERSION = '7.13.0';
25
+
publicconstVERSION = '7.15.0';
26
26
27
27
/**
28
28
* Decode a PSR-7 HTTP Response Message containing a JSON content body to a PHP array. Returns null if the response was not successful, or the response body was not JSON.
0 commit comments