diff --git a/src/Exceptions/NoAttributesToSelectSpecifiedException.php b/src/Exceptions/NoAttributesToSelectSpecifiedException.php deleted file mode 100644 index c02d4dcf5..000000000 --- a/src/Exceptions/NoAttributesToSelectSpecifiedException.php +++ /dev/null @@ -1,13 +0,0 @@ -attributesToSelect)) { - throw NoAttributesToSelectSpecifiedException::create(); + return; } $attributeModel = config('rapidez.models.attribute');