Clean up ClientStatementController
This commit is contained in:
parent
6d1916ea5c
commit
792eb003e3
1 changed files with 2 additions and 18 deletions
|
|
@ -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…
Add table
Reference in a new issue