delete
This commit is contained in:
parent
0a22e9e56f
commit
72f4161336
@ -1 +0,0 @@
|
||||
<?php
|
@ -1,3 +0,0 @@
|
||||
<div>
|
||||
Hello Navigate
|
||||
</div>
|
@ -1 +0,0 @@
|
||||
<?php
|
@ -1 +0,0 @@
|
||||
<?php
|
@ -1 +0,0 @@
|
||||
<?php
|
@ -1 +0,0 @@
|
||||
<?php
|
@ -1,8 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Blaze\Contracts;
|
||||
|
||||
interface DirectiveContract
|
||||
{
|
||||
|
||||
}
|
@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
@ -1 +0,0 @@
|
||||
<?php
|
Loading…
x
Reference in New Issue
Block a user