This commit is contained in:
mchev
2026-03-21 18:59:53 +01:00
parent 186ab35fd4
commit c901114fc0
232 changed files with 685 additions and 403 deletions

View File

@@ -3,6 +3,7 @@
namespace App\Policies;
use App\Models\Invoice;
use App\Models\Payment;
use App\Models\User;
use Illuminate\Auth\Access\HandlesAuthorization;
use Silber\Bouncer\BouncerFacade;
@@ -112,7 +113,7 @@ class InvoicePolicy
/**
* Determine whether the user can send email of the model.
*
* @param \App\Models\Payment $payment
* @param Payment $payment
* @return mixed
*/
public function send(User $user, Invoice $invoice)