App\Http\Controllers\Back\DashboardController::getLatestActivityItems PHP 메소드

getLatestActivityItems() 보호된 메소드

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