From 5f9feda80c3cfb7e44b1ddfe5bc067a03becfb55 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 12 Jan 2016 22:59:33 +0000 Subject: [PATCH] ScopeEntity is JsonSerializable --- src/Entities/Interfaces/ScopeEntityInterface.php | 2 +- src/Entities/ScopeEntity.php | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Entities/Interfaces/ScopeEntityInterface.php b/src/Entities/Interfaces/ScopeEntityInterface.php index b1c40537..b4ce04ac 100644 --- a/src/Entities/Interfaces/ScopeEntityInterface.php +++ b/src/Entities/Interfaces/ScopeEntityInterface.php @@ -1,7 +1,7 @@ getIdentifier(); + } }