Skip to content

v3.0.2

Latest

Choose a tag to compare

@weerd weerd released this 30 Jul 18:51
· 1 commit to master since this release
dec50f3

Fixes a bug where our WithOAuthTokens trait for testing was utilizing a now deprecated array_random() helper class. This switches to using the Arr class and Arr::random() static method on the class supported in Laravel 6.0+. (#130)