Remove the use of deprecated methods.

This commit is contained in:
James Cole
2023-10-29 05:54:01 +01:00
parent a28f561e0c
commit 4bb171128e
10 changed files with 43 additions and 137 deletions

View File

@@ -158,7 +158,7 @@ class InstallController extends Controller
}
// clear cache as well.
Cache::clear();
Preferences::mark();
app('preferences')->mark();
return true;
}