From 4afe655c9a23e8ccf656b404d84c355e78d955be Mon Sep 17 00:00:00 2001 From: Lupacescu Eduard Date: Tue, 21 Jan 2020 18:01:37 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Repositories/Crudable.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Repositories/Crudable.php b/src/Repositories/Crudable.php index 8fd81c094..8b555a852 100644 --- a/src/Repositories/Crudable.php +++ b/src/Repositories/Crudable.php @@ -325,21 +325,24 @@ public static function destroyPlain($key) /** * @param $model */ - public static function stored($model) { + public static function stored($model) + { // } /** * @param $model */ - public static function updated($model) { + public static function updated($model) + { // } /** * @param int $status */ - public static function deleted($status) { + public static function deleted($status) + { // } }