In PHP 7.3, calling `compact` on variables that aren't declared will throw an exception: ``` [2018-12-25 17:17:23] production.ERROR: ErrorException: compact(): Undefined variable: emails in /app/Http/Controllers/Incomes/Customers.php:32 ```
In PHP 7.3, calling `compact` on variables that aren't declared will throw an exception: ``` [2018-12-25 17:17:23] production.ERROR: ErrorException: compact(): Undefined variable: emails in /app/Http/Controllers/Incomes/Customers.php:32 ```