1
This commit is contained in:
9
vendor/phpoffice/math/src/Math/Math.php
vendored
Normal file
9
vendor/phpoffice/math/src/Math/Math.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace PhpOffice\Math;
|
||||
|
||||
use PhpOffice\Math\Element\AbstractGroupElement;
|
||||
|
||||
class Math extends AbstractGroupElement
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user