Synchro back-office, fix on tariffs
This commit is contained in:
11
app/Traits/CanComment.php
Normal file
11
app/Traits/CanComment.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Traits;
|
||||
|
||||
trait CanComment
|
||||
{
|
||||
public function needsCommentApproval($model): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user