File tree 4 files changed +42
-1
lines changed
4 files changed +42
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+
2
+ ### Summary of problem or feature request
3
+
4
+ <!-- Please describe your problem/feature request here. -->
5
+
6
+
7
+ ### Code snippet of problem
8
+
9
+ <!--
10
+ If applicable, please include a copy of your code
11
+ which triggers the suspected bug.
12
+
13
+ You may use the markdown php code tags to format your paste:
14
+
15
+ ```php
16
+ $params = ['foo'];
17
+ ```
18
+ -->
19
+
20
+ ### System details
21
+
22
+ <!--
23
+ Please include these details about your system!
24
+ If they are omitted, the ticket will be deprioritized
25
+ over other users requests/tickets.
26
+ -->
27
+
28
+ - Operating System
29
+ - PHP Version
30
+ - Laravel Version
31
+ - Laravel-Datatables Version
Original file line number Diff line number Diff line change
1
+ <!--
2
+
3
+ Thanks for the Pull Request! Before you submit the PR, please
4
+ look over this checklist:
5
+
6
+ - Have you read the [Contributing Guidelines](https://github.com/yajra/laravel-datatables/blob/master/.github/CONTRIBUTING.md)?
7
+
8
+ If you answered yes, thanks for the PR and we'll get to it ASAP! :)
9
+
10
+ -->
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ And that's it! Start building out some awesome DataTables!
96
96
97
97
## Contributing
98
98
99
- Please see [ CONTRIBUTING] ( https://github.com/yajra/laravel-datatables/blob/master/CONTRIBUTING.md ) for details.
99
+ Please see [ CONTRIBUTING] ( https://github.com/yajra/laravel-datatables/blob/master/.github/ CONTRIBUTING.md ) for details.
100
100
101
101
## Security
102
102
You can’t perform that action at this time.
0 commit comments