From ec22aa3dfe6cf4333598b5c5e073b4834f5e09dd Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 20 Apr 2022 15:38:43 +0200 Subject: [PATCH] style: remove whitespace --- app/config/events.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/config/events.php b/app/config/events.php index d6f385d5f1..2c2ded49d4 100644 --- a/app/config/events.php +++ b/app/config/events.php @@ -119,7 +119,6 @@ return [ '$description' => 'This event triggers when a collection is updated.', ] ], - 'buckets' => [ '$model' => Response::MODEL_BUCKET, '$resource' => true, @@ -148,7 +147,6 @@ return [ '$description' => 'This event triggers when a bucket is updated.', ] ], - 'teams' => [ '$model' => Response::MODEL_TEAM, '$resource' => true, @@ -180,7 +178,6 @@ return [ '$description' => 'This event triggers when a bucket is updated.', ] ], - 'functions' => [ '$model' => Response::MODEL_FUNCTION, '$resource' => true,