diff --git a/app/src/Command/JobCommand.php b/app/src/Command/JobCommand.php index 24264be1c..f5c693144 100644 --- a/app/src/Command/JobCommand.php +++ b/app/src/Command/JobCommand.php @@ -41,7 +41,7 @@ class JobCommand extends BaseCommand { - use Cake\ORM\Locator\LocatorAwareTrait; + use \Cake\ORM\Locator\LocatorAwareTrait; /** * Register command specific options. diff --git a/app/src/Command/NotificationCommand.php b/app/src/Command/NotificationCommand.php index b6168727a..16fdd7712 100644 --- a/app/src/Command/NotificationCommand.php +++ b/app/src/Command/NotificationCommand.php @@ -37,7 +37,7 @@ class NotificationCommand extends BaseCommand { - use Cake\ORM\Locator\LocatorAwareTrait; + use \Cake\ORM\Locator\LocatorAwareTrait; /** * Register command specific options. diff --git a/app/src/Command/SetupCommand.php b/app/src/Command/SetupCommand.php index 53be15e8b..293463387 100644 --- a/app/src/Command/SetupCommand.php +++ b/app/src/Command/SetupCommand.php @@ -39,7 +39,7 @@ class SetupCommand extends BaseCommand { - use Cake\ORM\Locator\LocatorAwareTrait; + use \Cake\ORM\Locator\LocatorAwareTrait; /** * Register command specific options. diff --git a/app/src/Command/TestCommand.php b/app/src/Command/TestCommand.php index 43a9e031b..f8d94ce5d 100644 --- a/app/src/Command/TestCommand.php +++ b/app/src/Command/TestCommand.php @@ -38,7 +38,7 @@ class TestCommand extends BaseCommand { - use Cake\ORM\Locator\LocatorAwareTrait; + use \Cake\ORM\Locator\LocatorAwareTrait; protected $io = null; diff --git a/app/src/Command/UpgradeCommand.php b/app/src/Command/UpgradeCommand.php index db00f8178..134fe8aa0 100644 --- a/app/src/Command/UpgradeCommand.php +++ b/app/src/Command/UpgradeCommand.php @@ -37,7 +37,7 @@ class UpgradeCommand extends BaseCommand { - use Cake\ORM\Locator\LocatorAwareTrait; + use \Cake\ORM\Locator\LocatorAwareTrait; protected $io = null;