Akaunting/app/Http/Controllers
Chris Brown ccef7d6355
Remove unused variable
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
```
2018-12-25 12:35:08 -05:00
..
Api added jobs 2018-11-05 01:25:43 +03:00
Auth Merge branch 'master' of github.com:akaunting/akaunting 2018-12-03 13:49:31 +03:00
Banking removed duplicates 2018-12-20 13:59:05 +03:00
Common Merge branch 'master' into master 2018-12-24 10:17:40 +03:00
Customers close #676 Fixed: Unique link not working. 2018-12-11 18:31:23 +03:00
Expenses delete item taxes 2018-12-21 18:36:25 +03:00
Incomes Remove unused variable 2018-12-25 12:35:08 -05:00
Install removed unused method 2018-12-21 17:44:01 +03:00
Modals same coding style invoicepayment 2018-12-25 12:46:48 +03:00
Modules check if module files exists 2018-12-24 16:53:10 +03:00
Reports Merge branch 'master' into master 2018-12-24 10:17:40 +03:00
Settings removed duplicates 2018-12-20 13:59:05 +03:00
Wizard fixed wizard 2018-12-24 11:41:52 +03:00
ApiController.php first commit 2017-09-14 22:21:00 +03:00
Controller.php check if there is any relationship 2018-09-01 19:09:04 +03:00