Added Suggestion module on pages

This commit is contained in:
cuneytsenturk
2018-05-25 16:57:58 +03:00
parent 2b9721195d
commit 272b46e8a9
6 changed files with 110 additions and 1 deletions

View File

@ -21,6 +21,7 @@ class Updater
Cache::forget('modules');
Cache::forget('updates');
Cache::forget('versions');
Cache::forget('suggestions');
return true;
}