Skip to content

Commit

Permalink
feat: Copy CDN monitor functionality from pre-new-admin branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hellopablo committed Jan 11, 2024
1 parent 529ec15 commit 2a3c837
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Interfaces/Monitor/Cdn/Template.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace Nails\Cms\Interfaces\Monitor\Cdn;

interface Template
{
public function getCdnMonitorPaths(): array;
}
8 changes: 8 additions & 0 deletions src/Interfaces/Monitor/Cdn/Widget.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace Nails\Cms\Interfaces\Monitor\Cdn;

interface Widget
{
public function getCdnMonitorPaths(): array;
}

0 comments on commit 2a3c837

Please sign in to comment.