diff --git a/src/Core/Config/Configurable.php b/src/Core/Config/Configurable.php index 6cc007bdb..8d96ef846 100644 --- a/src/Core/Config/Configurable.php +++ b/src/Core/Config/Configurable.php @@ -31,7 +31,7 @@ trait Configurable */ public function stat($name) { - Deprecation::notice('5.0', 'Use ->get'); + Deprecation::notice('5.0', 'Use ->config()->get()'); return $this->config()->get($name); }