mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-27 03:38:40 +00:00
14 lines
183 B
PHP
Executable File
14 lines
183 B
PHP
Executable File
<?php
|
|
|
|
namespace PhpOffice\PhpSpreadsheet\Chart;
|
|
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Wiktor Trzonkowski
|
|
* Date: 7/2/14
|
|
* Time: 2:36 PM.
|
|
*/
|
|
class GridLines extends Properties
|
|
{
|
|
}
|