Skip to content

Commit

Permalink
fix missed renames
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Sep 19, 2023
1 parent 6c181d8 commit dd6685e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Repository/MTASTS_MXRecordsRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @method MTASTS_MXRecords[] findAll()
* @method MTASTS_MXRecords[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)
*/
class MTASTSMXRecordsRepository extends ServiceEntityRepository
class MTASTS_MXRecordsRepository extends ServiceEntityRepository
{
public function __construct(ManagerRegistry $registry)
{
Expand Down
2 changes: 1 addition & 1 deletion templates/dashboard/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
{% set sts_type = false %}
{% set sts_version = true %}
{% set sts_mode = true %}
{% for policy in report.mtastspolicies %}
{% for policy in report.mtasts_policies %}
{% if policy.policytype == 'no-policy-found' %}
<span class="btn btn-sm btn-danger">no-policy-found</span>
{% else %}
Expand Down

0 comments on commit dd6685e

Please sign in to comment.