Skip to content

Commit

Permalink
Codeformatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed Aug 14, 2022
1 parent 6a67083 commit 995952f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Console/GenerateComputedAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
class GenerateComputedAttributes extends Command
{

// Note: Fix for Laravel 6
public const SUCCESS = 0;
public const FAILURE = 1;
Expand Down
1 change: 0 additions & 1 deletion src/Console/ValidateComputedAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
class ValidateComputedAttributes extends Command
{

// Note: Fix for Laravel 6
public const SUCCESS = 0;
public const FAILURE = 1;
Expand Down

0 comments on commit 995952f

Please sign in to comment.