beautify code
This commit is contained in:
8
app/Modules/Excell/Fonts/Fonts.php
Normal file
8
app/Modules/Excell/Fonts/Fonts.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Modules\Excell\Fonts;
|
||||
|
||||
class FONTS
|
||||
{
|
||||
public const TIMES_NEW_ROMAN = 'Times New Roman';
|
||||
}
|
||||
Reference in New Issue
Block a user