Skip to content

Commit

Permalink
Merge pull request #42 from fleetbase/dev-v1.3.5
Browse files Browse the repository at this point in the history
v1.3.5
  • Loading branch information
roncodes authored Dec 27, 2023
2 parents 48c983b + 05d86fb commit da81fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fleetbase/core-api",
"version": "1.3.4",
"version": "1.3.5",
"description": "Core Framework and Resources for Fleetbase API",
"keywords": [
"fleetbase",
Expand Down
2 changes: 1 addition & 1 deletion src/Support/NotificationRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private static function getNotificationClassProperty(string $notificationClass,
*
* @return array an array of associative arrays, each containing details about a parameter required by the constructor
*/
private function getNotificationClassParameters(string $notificationClass): array
private static function getNotificationClassParameters(string $notificationClass): array
{
// Make sure class exists
if (!class_exists($notificationClass)) {
Expand Down

0 comments on commit da81fdb

Please sign in to comment.