App\Http\Controllers\Back\DashboardController::getLatestActivityItems PHP Method

getLatestActivityItems() protected method

protected getLatestActivityItems ( ) : Collection
return Illuminate\Support\Collection
    protected function getLatestActivityItems() : Collection
    {
        return Activity::with('causer')->latest()->limit(30)->get();
    }