mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-22 02:47:27 +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