This commit is contained in:
20
app/Services/Finance/MonthlyFinanceService.php
Normal file
20
app/Services/Finance/MonthlyFinanceService.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services\Finance;
|
||||
|
||||
use App\Services\BaseService;
|
||||
|
||||
/**
|
||||
* Class MonthlyFinanceService
|
||||
* @package App\Services\Finance
|
||||
*/
|
||||
class MonthlyFinanceService extends BaseService
|
||||
{
|
||||
/**
|
||||
* Run all of the daily expense/financials
|
||||
*/
|
||||
public function processFinances()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user