From 337c50dcdc6c9741c6966b9dd7dc79bf2839f595 Mon Sep 17 00:00:00 2001 From: Jad Bitar Date: Wed, 6 Feb 2019 09:45:01 -0500 Subject: [PATCH] Change deprecated call to `Plugin::loaded()` --- config/defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/defaults.php b/config/defaults.php index bcf53be1..d63f0c58 100644 --- a/config/defaults.php +++ b/config/defaults.php @@ -24,7 +24,7 @@ ], ], 'timezoneAwareDateTimeWidget' => false, - 'useAssetCompress' => Plugin::loaded('AssetCompress'), + 'useAssetCompress' => Plugin::isLoaded('AssetCompress'), 'tablesBlacklist' => [ 'phinxlog', ],