diff --git a/src/Console/GenerateComputedAttributes.php b/src/Console/GenerateComputedAttributes.php index fefc9c9..d2a0802 100644 --- a/src/Console/GenerateComputedAttributes.php +++ b/src/Console/GenerateComputedAttributes.php @@ -17,7 +17,6 @@ */ class GenerateComputedAttributes extends Command { - // Note: Fix for Laravel 6 public const SUCCESS = 0; public const FAILURE = 1; diff --git a/src/Console/ValidateComputedAttributes.php b/src/Console/ValidateComputedAttributes.php index 948670e..b628edd 100644 --- a/src/Console/ValidateComputedAttributes.php +++ b/src/Console/ValidateComputedAttributes.php @@ -17,7 +17,6 @@ */ class ValidateComputedAttributes extends Command { - // Note: Fix for Laravel 6 public const SUCCESS = 0; public const FAILURE = 1;