чутка доработки

pull/10/head
Rustem 2025-04-24 00:35:13 +05:00
parent 72d4bce2da
commit 824353de1a
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ class MobileApiController extends Controller
]);
}
dd($user);
$applications = [];
$application = UniModel::model('pipi_applications')->where('user_id', $user->id)->get();
foreach ($application as $app) {