mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 04:18:50 +00:00
Various code cleanup.
This commit is contained in:
@@ -26,8 +26,6 @@ class NotificationFilter extends BunqObject
|
||||
*/
|
||||
public function __construct(array $data)
|
||||
{
|
||||
var_dump($data);
|
||||
exit;
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -127,11 +127,6 @@ class UserPerson extends BunqObject
|
||||
// document front, back attachment
|
||||
// customer, customer_limit
|
||||
// billing contracts
|
||||
|
||||
// echo '<pre>';
|
||||
// print_r($data);
|
||||
// var_dump($this);
|
||||
// echo '</pre>';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user