simple-excel-php icon indicating copy to clipboard operation
simple-excel-php copied to clipboard

missing semicolon in usage code

Open rami-lab opened this issue 6 years ago • 0 comments

use SimpleExcel\SimpleExcel

Should be :

use SimpleExcel\SimpleExcel;

rami-lab avatar Jun 20 '19 14:06 rami-lab