From ace20e5ccf6b4723aa3f6c9b5b04f2b7cc10b51b Mon Sep 17 00:00:00 2001 From: developer Date: Wed, 1 Apr 2026 10:24:58 +0800 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=B5=D0=B1=D0=B0=D0=BA=20=D1=81=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=B0=D0=BA=D1=82=D0=B0=D0=BC?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pull.php | 2 +- resources/views/livewire/agents-table.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/pull.php b/public/pull.php index 95cc9f9..9085790 100644 --- a/public/pull.php +++ b/public/pull.php @@ -25,7 +25,7 @@ if($json['total_commits'] > 0) { //$result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull && npm run build"); - $result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull"); + $result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull && php artisan optimize:clear"); echo "

$result

"; } diff --git a/resources/views/livewire/agents-table.blade.php b/resources/views/livewire/agents-table.blade.php index 6cd801c..08bb57c 100644 --- a/resources/views/livewire/agents-table.blade.php +++ b/resources/views/livewire/agents-table.blade.php @@ -11,10 +11,10 @@ @endif - 1{{ $agent->user->phone }} + {{ $agent->user->phone }} - 1{{ $agent->user->email }} + {{ $agent->user->email }} @if (!$agent->trashed())