Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 33ef2bc

Browse files
authored
Merge pull request #80 from stevebauman/patch-1
Tiny code doc alignment fix
2 parents fc108b3 + 3a34ebb commit 33ef2bc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

config/haystack.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
return [
66

77
/*
8-
|--------------------------------------------------------------------------
9-
| Return All Haystack Data When Finished
10-
|--------------------------------------------------------------------------
11-
|
12-
| This value if set to true, will instruct Haystack to query all the
13-
| haystack data rows out of the database and return them to the
14-
| then/finally/catch blocks as a collection.
15-
|
16-
*/
8+
|--------------------------------------------------------------------------
9+
| Return All Haystack Data When Finished
10+
|--------------------------------------------------------------------------
11+
|
12+
| This value if set to true, will instruct Haystack to query all the
13+
| haystack data rows out of the database and return them to the
14+
| then/finally/catch blocks as a collection.
15+
|
16+
*/
1717

1818
'return_all_haystack_data_when_finished' => true,
1919

0 commit comments

Comments
 (0)