We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93b0f0 commit 959013dCopy full SHA for 959013d
docs/export/injection.md
@@ -4,7 +4,7 @@ Following the Laravel 5.0 philosophy with its new awesome FormRequest injections
4
5
## NewExcelFile class
6
7
- This NewExcelFile is a wrapper for a new Excel file. Inside the `getFilename()` you can declare the wanted filename.
+This NewExcelFile is a wrapper for a new Excel file. Inside the `getFilename()` you can declare the wanted filename.
8
9
class UserListExport extends \Maatwebsite\Excel\Files\NewExcelFile {
10
@@ -58,4 +58,4 @@ The `handleExport()` method will dynamically call a handler class which is your
58
})->export('xls');
59
}
60
61
- }
+ }
0 commit comments