From 622e099b979d86c8aca8624c8d7c0c62d36a439e Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 1 Dec 2017 11:25:58 -0600 Subject: [PATCH] add recent() call to BaseRepository --- .idea/inspectionProfiles/Project_Default.xml | 39 +++++++++++++++++++ app/Http/Controllers/Controller.php | 10 ++++- .../Frontend/DashboardController.php | 21 ++++++---- app/Repositories/BaseRepository.php | 11 ++++++ 4 files changed, 72 insertions(+), 9 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 330a3966..58006a1f 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -24,7 +24,46 @@