| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class SmsirlaravelController extends Controller |
||
| 11 | {
|
||
| 12 | |||
| 13 | // the main index page for administrators |
||
| 14 | public function index() {
|
||
| 15 | $credit = Smsirlaravel::credit(); |
||
| 16 | $smsirlaravel_logs = SmsirlaravelLogs::orderBy('id','DESC')->paginate(config('smsirlaravel.in-page'));
|
||
| 17 | return view('smsirlaravel::index',compact('credit','smsirlaravel_logs'));
|
||
| 18 | } |
||
| 19 | |||
| 20 | // administrators can delete single log |
||
| 21 | public function delete() {
|
||
| 25 | } |
||
| 26 | } |
||
| 27 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths