Skip to content

Commit

Permalink
Fix coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed May 7, 2024
1 parent f52d14d commit 0750130
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Page.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php
/**
* Setup Jankx page (Theme system)
*/
namespace Jankx\Template;

use Jankx;
Expand Down
1 change: 1 addition & 0 deletions src/Template.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace Jankx\Template;

use Jankx\TemplateEngine\EngineManager;
Expand Down

0 comments on commit 0750130

Please sign in to comment.