parent
commit
b2ec68cc0c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      app/Filament/Resources/ProjectResource/Pages/CreateProject.php

+ 2
- 0
app/Filament/Resources/ProjectResource/Pages/CreateProject.php View File

53
             }
53
             }
54
         }
54
         }
55
 
55
 
56
+        \Log::info("", $syncData);
57
+
56
         foreach ($syncData as $data) {
58
         foreach ($syncData as $data) {
57
             \DB::table('badgeables')->insert([
59
             \DB::table('badgeables')->insert([
58
                 'tag_id' => $data['tag_id'],
60
                 'tag_id' => $data['tag_id'],