Skip to content

Commit

Permalink
support php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Stanojevic committed Feb 25, 2021
1 parent 3549552 commit 4ae1dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Enum/Constant.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Ivanstan\Tle;
namespace Ivanstan\Tle\Enum;

abstract class Constant {

Expand All @@ -10,4 +10,4 @@ abstract class Constant {
*/
public const SIDEREAL_DAY_SEC = 86164.0984;

}
}

0 comments on commit 4ae1dbd

Please sign in to comment.