refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
11
app/Models/ModelBindingHasher.php
Normal file
11
app/Models/ModelBindingHasher.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use App\Traits\Hasher;
|
||||
use App\Interfaces\Hashing;
|
||||
|
||||
abstract class ModelBindingHasher extends ModelBinding implements Hashing
|
||||
{
|
||||
use Hasher;
|
||||
}
|
||||
Reference in New Issue
Block a user