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,6 +53,8 @@ class CreateProject extends CreateRecord
53 53
             }
54 54
         }
55 55
 
56
+        \Log::info("", $syncData);
57
+
56 58
         foreach ($syncData as $data) {
57 59
             \DB::table('badgeables')->insert([
58 60
                 'tag_id' => $data['tag_id'],