File "WithBackgroundColor-20250408194042.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/maatwebsite/excel/src/Concerns/WithBackgroundColor-20250408194042.php
File size: 212 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Maatwebsite\Excel\Concerns;
use PhpOffice\PhpSpreadsheet\Style\Color;
interface WithBackgroundColor
{
/**
* @return string|array|Color
*/
public function backgroundColor();
}