Skip to content

Commit 959013d

Browse files
MaatwebsiteMaatwebsite
authored andcommitted
Update injection.md
1 parent d93b0f0 commit 959013d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/export/injection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Following the Laravel 5.0 philosophy with its new awesome FormRequest injections
44

55
## NewExcelFile class
66

7-
This NewExcelFile is a wrapper for a new Excel file. Inside the `getFilename()` you can declare the wanted filename.
7+
This NewExcelFile is a wrapper for a new Excel file. Inside the `getFilename()` you can declare the wanted filename.
88

99
class UserListExport extends \Maatwebsite\Excel\Files\NewExcelFile {
1010

@@ -58,4 +58,4 @@ The `handleExport()` method will dynamically call a handler class which is your
5858
})->export('xls');
5959
}
6060

61-
}
61+
}

0 commit comments

Comments
 (0)