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)
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)