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