feat: Implement Dynamics CRUD

This commit is contained in:
Daan Meijer
2026-06-15 00:30:57 +02:00
commit 647a708160
346 changed files with 34146 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});