-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0387321
commit d4d2487
Showing
21 changed files
with
7 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
/** | ||
* Class Breadcrumbs | ||
* | ||
* @package Arcanedev\Breadcrumbs | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class Breadcrumbs implements BreadcrumbsContract | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
/** | ||
* Class BreadcrumbsServiceProvider | ||
* | ||
* @package Arcanedev\Breadcrumbs | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class BreadcrumbsServiceProvider extends PackageServiceProvider implements DeferrableProvider | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
/** | ||
* Class Builder | ||
* | ||
* @package Arcanedev\Breadcrumbs | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class Builder implements BuilderContract | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
/** | ||
* Interface Breadcrumbs | ||
* | ||
* @package Arcanedev\Breadcrumbs\Contracts | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
interface Breadcrumbs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,8 @@ | |
use Illuminate\Contracts\Support\Arrayable; | ||
|
||
/** | ||
* Interface BuilderInterface | ||
* Interface Builder | ||
* | ||
* @package Arcanedev\Breadcrumbs\Contracts | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
interface Builder extends Arrayable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
/** | ||
* Class BreadcrumbCollection | ||
* | ||
* @package Arcanedev\Breadcrumbs\Entities | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class BreadcrumbCollection extends Collection | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
/** | ||
* Class BreadcrumbItem | ||
* | ||
* @package Arcanedev\Breadcrumbs\Entities | ||
* @author ARCANEDEV <[email protected]> | ||
* | ||
* @property string title | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
/** | ||
* Class BreadcrumbsException | ||
* | ||
* @package Arcanedev\Breadcrumbs\Exceptions | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class BreadcrumbsException extends \Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
/** | ||
* Class InvalidCallbackNameException | ||
* | ||
* @package Arcanedev\Breadcrumbs\Exceptions | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class InvalidCallbackNameException extends BreadcrumbsException {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
/** | ||
* Class InvalidTemplateException | ||
* | ||
* @package Arcanedev\Breadcrumbs\Exceptions | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class InvalidTemplateException extends BreadcrumbsException {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
/** | ||
* Class InvalidTypeException | ||
* | ||
* @package Arcanedev\Breadcrumbs\Exceptions | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class InvalidTypeException extends BreadcrumbsException {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
/** | ||
* Trait HasBreadcrumbs | ||
* | ||
* @package Arcanedev\Breadcrumbs | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
trait HasBreadcrumbs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
/** | ||
* Class BreadcrumbsServiceProviderTest | ||
* | ||
* @package Arcanedev\Breadcrumbs\Tests\Laravel | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class BreadcrumbsServiceProviderTest extends TestCase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
/** | ||
* Class BreadcrumbsTest | ||
* | ||
* @package Arcanedev\Breadcrumbs\Tests | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class BreadcrumbsTest extends TestCase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
/** | ||
* Class BuilderTest | ||
* | ||
* @package Arcanedev\Breadcrumbs\Tests | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class BuilderTest extends TestCase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
/** | ||
* Class BreadcrumbCollectionTest | ||
* | ||
* @package Arcanedev\Breadcrumbs\Tests\Entities | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class BreadcrumbCollectionTest extends TestCase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,9 @@ | |
use Arcanedev\Breadcrumbs\Tests\TestCase; | ||
|
||
/** | ||
* Class BreadcrumbItemTest | ||
* @package Arcanedev\Breadcrumbs\Tests\Entities | ||
* Class BreadcrumbItemTest | ||
* | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class BreadcrumbItemTest extends TestCase | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
/** | ||
* Class HasBreadcrumbsTest | ||
* | ||
* @package Arcanedev\Breadcrumbs\Tests | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class HasBreadcrumbsTest extends TestCase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
/** | ||
* Class DummyController | ||
* | ||
* @package Arcanedev\Breadcrumbs\Tests\Stubs | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
class DummyController extends Controller | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
/** | ||
* Class TestCase | ||
* | ||
* @package Arcanedev\Breadcrumbs\Tests | ||
* @author ARCANEDEV <[email protected]> | ||
*/ | ||
abstract class TestCase extends BaseTestCase | ||
|