Skip to content

Commit

Permalink
PublicationListPage implements DynamicPage
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 2, 2022
1 parent 7b24b74 commit bbbc1e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use Hyde\Framework\Features\Publications\PublicationService;
use Hyde\Hyde;
use Hyde\Pages\BladePage;
use Hyde\Support\Contracts\DynamicPage;
use Illuminate\Support\Facades\Blade;
use InvalidArgumentException;
use function str_contains;
Expand All @@ -17,7 +18,7 @@
* @see \Hyde\Pages\PublicationPage
* @see \Hyde\Framework\Testing\Feature\PublicationListPageTest
*/
class PublicationListPage extends BladePage
class PublicationListPage extends BladePage implements DynamicPage
{
public static string $sourceDirectory = '__publications';
public static string $outputDirectory = '';
Expand Down

0 comments on commit bbbc1e8

Please sign in to comment.