Co-authored-by: Colby McHenry <colbymchenry@users.noreply.github.com>
This commit is contained in:
co-authored by
Colby McHenry
parent
a961491cea
commit
040ba388da
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace App\Repositories;
|
||||
|
||||
class SettleRepository {
|
||||
public static function getSettlesToExcel($storeIds, $dayRange) {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user