Skip to content

Commit

Permalink
Pipeline debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoungportable committed Apr 8, 2024
1 parent bbe2ad3 commit e466878
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Models/AbstractContentModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ public function createInitialVersion(Model $model): Version
*/
$attributes = $refreshedModel->getSnapshotAttributes();

echo "Attributes";
print_r($attributes);

return Version::createForModel($refreshedModel, $attributes, $refreshedModel->updated_at);
}

Expand Down

0 comments on commit e466878

Please sign in to comment.