coding style
This commit is contained in:
@@ -215,10 +215,8 @@ class ParentDataTable extends DataTable
|
||||
|
||||
/**
|
||||
* Get filename for export.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected function filename()
|
||||
protected function filename(): string
|
||||
{
|
||||
return self::buildFilename($this->model_name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user