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) + { // } }