This commit is contained in:
JaguarJack 2023-03-11 21:36:25 +08:00
parent 0a22e9e56f
commit 72f4161336
9 changed files with 0 additions and 45 deletions

View File

@ -1 +0,0 @@
<?php

View File

@ -1,3 +0,0 @@
<div>
Hello Navigate
</div>

View File

@ -1 +0,0 @@
<?php

View File

@ -1 +0,0 @@
<?php

View File

@ -1 +0,0 @@
<?php

View File

@ -1 +0,0 @@
<?php

View File

@ -1,8 +0,0 @@
<?php
namespace Blaze\Contracts;
interface DirectiveContract
{
}

View File

@ -1,28 +0,0 @@
<?php
namespace Blaze\Directives;
use Blaze\Contracts\DirectiveContract;
class Article implements DirectiveContract
{
public function register()
{
// TODO: Implement register() method.
}
protected function getArticlesByCategoryId()
{
}
protected function getArticlesByTagId()
{}
protected function getArticleById()
{
}
}

View File

@ -1 +0,0 @@
<?php