This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Traits; | |
use App\Services\ImageService; | |
use Illuminate\Database\Eloquent\Model; | |
trait ImageCompression | |
{ | |
protected static function bootImageCompression(): void |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* disable_invoice_notification.php | |
* | |
* Version 1.0 | |
* | |
* An action hook for WHMCS that allows you to disable sending of invoice reminders for selected payment methods. | |
* | |
* To install: | |
* - Set the array of payment methods that should not send invoice reminders. Typically debit order / direct debit. |