mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Mark as deprecated.
This commit is contained in:
		| @@ -26,11 +26,12 @@ namespace FireflyIII\Repositories\UserGroups\Bill; | ||||
| 
 | ||||
| use Carbon\Carbon; | ||||
| use FireflyIII\Models\Bill; | ||||
| use FireflyIII\User; | ||||
| use Illuminate\Support\Collection; | ||||
| 
 | ||||
| /** | ||||
|  * Interface BillRepositoryInterface | ||||
|  * | ||||
|  * @deprecated | ||||
|  */ | ||||
| interface BillRepositoryInterface | ||||
| { | ||||
| @@ -59,8 +60,6 @@ interface BillRepositoryInterface | ||||
|      */ | ||||
|     public function nextDateMatch(Bill $bill, Carbon $date): Carbon; | ||||
| 
 | ||||
|     public function setUser(User $user): void; | ||||
| 
 | ||||
|     /** | ||||
|      * Collect multi-currency of sum of bills already paid. | ||||
|      */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user