Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
10
vendor/maatwebsite/excel/src/Concerns/WithStyles.php
vendored
Normal file
10
vendor/maatwebsite/excel/src/Concerns/WithStyles.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Maatwebsite\Excel\Concerns;
|
||||
|
||||
use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet;
|
||||
|
||||
interface WithStyles
|
||||
{
|
||||
public function styles(Worksheet $sheet);
|
||||
}
|
||||
Reference in New Issue
Block a user