initial commit
This commit is contained in:
15
app/Services/ReportService.php
Normal file
15
app/Services/ReportService.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services;
|
||||
|
||||
use App\Models\User;
|
||||
use App\Models\Sale;
|
||||
|
||||
class ReportService
|
||||
{
|
||||
public function getSalesReport($inputData)
|
||||
{
|
||||
return (new Sale())->getSalesList($inputData);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user