Added Graphing

This commit is contained in:
Luca Haid
2024-11-19 20:19:46 +01:00
parent 5a715fd70b
commit 6b2c292282
7 changed files with 241 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
/**
* @property mixed|null $name
*/
class Graphing extends mfBaseModel
{
}