Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit 23d7d4b

Browse files
Updated email addresses
1 parent e5ba330 commit 23d7d4b

9 files changed

Lines changed: 16 additions & 16 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2015 Graham Campbell <graham@cachethq.io>
3+
Copyright (c) 2013-2015 Graham Campbell <graham@alt-three.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"authors": [
77
{
88
"name": "Graham Campbell",
9-
"email": "graham@cachethq.io"
9+
"email": "graham@alt-three.com"
1010
}
1111
],
1212
"require": {

src/Facades/Navigation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Laravel Navigation.
55
*
6-
* (c) Graham Campbell <graham@cachethq.io>
6+
* (c) Graham Campbell <graham@alt-three.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -16,7 +16,7 @@
1616
/**
1717
* This is the navigation facade class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class Navigation extends Facade
2222
{

src/Navigation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Laravel Navigation.
55
*
6-
* (c) Graham Campbell <graham@cachethq.io>
6+
* (c) Graham Campbell <graham@alt-three.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -19,7 +19,7 @@
1919
/**
2020
* This is the navigation class.
2121
*
22-
* @author Graham Campbell <graham@cachethq.io>
22+
* @author Graham Campbell <graham@alt-three.com>
2323
*/
2424
class Navigation
2525
{

src/NavigationServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Laravel Navigation.
55
*
6-
* (c) Graham Campbell <graham@cachethq.io>
6+
* (c) Graham Campbell <graham@alt-three.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -16,7 +16,7 @@
1616
/**
1717
* This is the navigation service provider class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class NavigationServiceProvider extends ServiceProvider
2222
{

tests/AbstractTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Laravel Navigation.
55
*
6-
* (c) Graham Campbell <graham@cachethq.io>
6+
* (c) Graham Campbell <graham@alt-three.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -16,7 +16,7 @@
1616
/**
1717
* This is the abstract test case class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
abstract class AbstractTestCase extends AbstractPackageTestCase
2222
{

tests/Facades/NavigationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Laravel Navigation.
55
*
6-
* (c) Graham Campbell <graham@cachethq.io>
6+
* (c) Graham Campbell <graham@alt-three.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -17,7 +17,7 @@
1717
/**
1818
* This is the navigation facade test class.
1919
*
20-
* @author Graham Campbell <graham@cachethq.io>
20+
* @author Graham Campbell <graham@alt-three.com>
2121
*/
2222
class NavigationTest extends AbstractTestCase
2323
{

tests/NavigationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Laravel Navigation.
55
*
6-
* (c) Graham Campbell <graham@cachethq.io>
6+
* (c) Graham Campbell <graham@alt-three.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -20,7 +20,7 @@
2020
/**
2121
* This is the navigation class test class.
2222
*
23-
* @author Graham Campbell <graham@cachethq.io>
23+
* @author Graham Campbell <graham@alt-three.com>
2424
*/
2525
class NavigationTest extends AbstractTestBenchTestCase
2626
{

tests/ServiceProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Laravel Navigation.
55
*
6-
* (c) Graham Campbell <graham@cachethq.io>
6+
* (c) Graham Campbell <graham@alt-three.com>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -16,7 +16,7 @@
1616
/**
1717
* This is the service provider test class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class ServiceProviderTest extends AbstractTestCase
2222
{

0 commit comments

Comments
 (0)