Akaunting/app/Http
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
..
Controllers Remove unused variable 2018-12-25 12:35:08 -05:00
Middleware Apps get multi languages 2018-12-19 15:36:40 +03:00
Requests removed token requirement in wizard 2018-12-24 15:00:22 +03:00
ViewComposers Apps get multi languages 2018-12-19 15:36:40 +03:00
Kernel.php close #676 Fixed: Unique link not working. 2018-12-11 18:31:23 +03:00