Added Tabs to edit page
This commit is contained in:
10
src/Services/Auth.php
Normal file
10
src/Services/Auth.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace Novaconium\Services;
|
||||
class Auth
|
||||
{
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
14
src/Services/TagManager.php
Normal file
14
src/Services/TagManager.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace Novaconium\Services;
|
||||
/**
|
||||
* TagManager Class
|
||||
* Handles tag preparation, insertion, and linking for pages.
|
||||
* Cleans up controller by encapsulating tag logic.
|
||||
*/
|
||||
class TagManager
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
echo "class access";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user