Commit 2563109dadc2f9e4b7ee00f18bd9043296de2422

Authored by Сергей П
1 parent b67b944770
Exists in master

очистка

Showing 1 changed file with 0 additions and 14 deletions Side-by-side Diff

app/Http/Controllers/EmployerController.php
... ... @@ -583,20 +583,6 @@ class EmployerController extends Controller
583 583  
584 584 // База данных
585 585 public function bd(Request $request) {
586   - for ($i = 0; $i < 5; $i++) {
587   - echo "i = $i\n<br>";
588   - for ($j = 0; $j < 5; $j++) {
589   - echo " j = $j\n<br>";
590   - for ($k = 0; $k < 5; $k++) {
591   - if ($k == 2) {
592   - continue;
593   - }
594   - echo " k = $k\n<br>";
595   - }
596   - }
597   - }
598   -
599   - dd('OK');
600 586 $users = User_Model::query()->with('workers')->with('jobtitles');
601 587  
602 588 if ($request->has('search')) {