mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Clean up ClientStatementController
This commit is contained in:
parent
6d1916ea5c
commit
792eb003e3
@ -11,9 +11,6 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
/**
|
||||
* Class ClientStatementController.
|
||||
*/
|
||||
class ClientStatementController extends BaseController
|
||||
{
|
||||
public function __construct()
|
||||
@ -21,21 +18,8 @@ class ClientStatementController extends BaseController
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
* Displays a client statement view for a given
|
||||
* client_id.
|
||||
* @return void
|
||||
*/
|
||||
public function show()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Updates the show view data dependent on
|
||||
* configured variables.
|
||||
* @return void
|
||||
*/
|
||||
public function update()
|
||||
public function statement()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user