diff --git a/tests/AblyFactory.php b/tests/AblyFactory.php index e4c7f72..f34735c 100644 --- a/tests/AblyFactory.php +++ b/tests/AblyFactory.php @@ -32,6 +32,8 @@ public function make($clientOptions) protected function createInstance($clientOptions) { AblyRest::setAblyAgentHeader('laravel-broadcaster', AblyBroadcaster::LIB_VERSION); + $laravelVersion = Miscellaneous::getNumeric(app()->version()); + AblyRest::setAblyAgentHeader('laravel', $laravelVersion); return new AblyRest($clientOptions); } }