ALPHA 3.0.5a

This commit is contained in:
TheGamecraft
2018-09-24 14:19:28 -04:00
parent 3b593297cd
commit ac829d58b9
7 changed files with 213 additions and 41 deletions

View File

@@ -208,7 +208,7 @@ class User extends Authenticatable
$filtered_schedule = collect();
foreach (\App\Schedule::all() as $day) {
foreach ($schedules as $day) {
if ($day->date >= date('Y-m-d')) {
$filtered_schedule->push($day);
}