PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
maatwebsite
/
excel
/
src
/
Concerns
/
Editing: WithColumnLimit.php
<?php namespace Maatwebsite\Excel\Concerns; interface WithColumnLimit { public function endColumn(): string; }
SAVE
CANCEL