mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-12 13:57:29 +08:00
update dependencies basic
This commit is contained in:
@@ -486,7 +486,7 @@ class HitAndRunRepository extends BaseRepository
|
||||
|
||||
private function getCommentUpdateRaw($comment): \Illuminate\Database\Query\Expression
|
||||
{
|
||||
return DB::raw(sprintf("if (comment = '', '%s', concat('\n', '%s', comment))", $comment, $comment));
|
||||
return NexusDB::raw(sprintf("if (comment = '', '%s', concat('\n', '%s', comment))", $comment, $comment));
|
||||
}
|
||||
|
||||
private function getCanPardonStatus(): array
|
||||
|
||||
Reference in New Issue
Block a user