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

Commit 9ea6290

Browse files
Updated emails
1 parent 1af336f commit 9ea6290

File tree

148 files changed

+252
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+252
-252
lines changed

app/Console/Kernel.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 Bootstrap CMS.
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 console kernel class.
1919
*
20-
* @author Graham Campbell <graham@cachethq.io>
20+
* @author Graham Campbell <graham@alt-three.com>
2121
*/
2222
class Kernel extends ConsoleKernel
2323
{

app/Exceptions/Handler.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 Bootstrap CMS.
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 exception hander class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class Handler extends ExceptionHandler
2222
{

app/Facades/CommentRepository.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 Bootstrap CMS.
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 comment repository facade class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class CommentRepository extends Facade
2222
{

app/Facades/EventRepository.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 Bootstrap CMS.
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 event repository facade class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class EventRepository extends Facade
2222
{

app/Facades/NavigationFactory.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 Bootstrap CMS.
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 factory facade class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class NavigationFactory extends Facade
2222
{

app/Facades/PageRepository.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 Bootstrap CMS.
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 page repository facade class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class PageRepository extends Facade
2222
{

app/Facades/PostRepository.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 Bootstrap CMS.
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 post repository facade class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class PostRepository extends Facade
2222
{

app/Http/Controllers/AbstractController.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 Bootstrap CMS.
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 abstract controller class.
2222
*
23-
* @author Graham Campbell <graham@cachethq.io>
23+
* @author Graham Campbell <graham@alt-three.com>
2424
*/
2525
abstract class AbstractController extends Controller
2626
{

app/Http/Controllers/CachingController.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 Bootstrap CMS.
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 caching controller class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class CachingController extends AbstractController
2222
{

app/Http/Controllers/CommentController.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 Bootstrap CMS.
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.
@@ -28,7 +28,7 @@
2828
/**
2929
* This is the comment controller class.
3030
*
31-
* @author Graham Campbell <graham@cachethq.io>
31+
* @author Graham Campbell <graham@alt-three.com>
3232
*/
3333
class CommentController extends AbstractController
3434
{

app/Http/Controllers/EventController.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 Bootstrap CMS.
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.
@@ -22,7 +22,7 @@
2222
/**
2323
* This is the event controller class.
2424
*
25-
* @author Graham Campbell <graham@cachethq.io>
25+
* @author Graham Campbell <graham@alt-three.com>
2626
*/
2727
class EventController extends AbstractController
2828
{

app/Http/Controllers/PageController.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 Bootstrap CMS.
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.
@@ -22,7 +22,7 @@
2222
/**
2323
* This is the page controller class.
2424
*
25-
* @author Graham Campbell <graham@cachethq.io>
25+
* @author Graham Campbell <graham@alt-three.com>
2626
*/
2727
class PageController extends AbstractController
2828
{

app/Http/Controllers/PostController.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 Bootstrap CMS.
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.
@@ -21,7 +21,7 @@
2121
/**
2222
* This is the post controller class.
2323
*
24-
* @author Graham Campbell <graham@cachethq.io>
24+
* @author Graham Campbell <graham@alt-three.com>
2525
*/
2626
class PostController extends AbstractController
2727
{

app/Http/Kernel.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 Bootstrap CMS.
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 http kernel class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class Kernel extends HttpKernel
2222
{

app/Http/Middleware/Auth/Blog.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 Bootstrap CMS.
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 blog auth middleware class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class Blog extends AbstractAuth
2222
{

app/Http/Middleware/Auth/Edit.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 Bootstrap CMS.
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 edit auth middleware class.
1818
*
19-
* @author Graham Campbell <graham@cachethq.io>
19+
* @author Graham Campbell <graham@alt-three.com>
2020
*/
2121
class Edit extends AbstractAuth
2222
{

app/Http/Middleware/CheckForMaintenanceMode.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 Bootstrap CMS.
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 check for maintenance mode middleware class.
2222
*
23-
* @author Graham Campbell <graham@cachethq.io>
23+
* @author Graham Campbell <graham@alt-three.com>
2424
*/
2525
class CheckForMaintenanceMode implements Middleware
2626
{

app/Http/filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Bootstrap CMS.
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.

app/Http/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Bootstrap CMS.
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.

app/Models/Comment.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 Bootstrap CMS.
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.
@@ -21,7 +21,7 @@
2121
/**
2222
* This is the comment model class.
2323
*
24-
* @author Graham Campbell <graham@cachethq.io>
24+
* @author Graham Campbell <graham@alt-three.com>
2525
*/
2626
class Comment extends AbstractModel implements HasPresenter
2727
{

app/Models/Event.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 Bootstrap CMS.
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 event model class.
2222
*
23-
* @author Graham Campbell <graham@cachethq.io>
23+
* @author Graham Campbell <graham@alt-three.com>
2424
*/
2525
class Event extends AbstractModel implements HasPresenter
2626
{

app/Models/Page.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 Bootstrap CMS.
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 page model class.
2222
*
23-
* @author Graham Campbell <graham@cachethq.io>
23+
* @author Graham Campbell <graham@alt-three.com>
2424
*/
2525
class Page extends AbstractModel implements HasPresenter
2626
{

app/Models/Post.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 Bootstrap CMS.
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.
@@ -21,7 +21,7 @@
2121
/**
2222
* This is the post model class.
2323
*
24-
* @author Graham Campbell <graham@cachethq.io>
24+
* @author Graham Campbell <graham@alt-three.com>
2525
*/
2626
class Post extends AbstractModel implements HasPresenter
2727
{

0 commit comments

Comments
 (0)