madbob/GASdottoNG

View on GitHub
code/app/Services/NotificationsService.php

Summary

Maintainability
A
1 hr
Test Coverage

Method list has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function list($start, $end)
    {
        $user = $this->ensureAuth();

        $notifications_query = Notification::orderBy('start_date', 'desc');
Severity: Minor
Found in code/app/Services/NotificationsService.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status