Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
FIX, vendor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Aug 1, 2017
1 parent ecd7bdf commit 3b70de8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ DataObjectName:

## Maintainer Contact

Nathan Glasl, nathan@silverstripe.com.au
Nathan Glasl, nathan@symbiote.com.au
2 changes: 1 addition & 1 deletion _config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* The fusion specific configuration settings.
* @author Nathan Glasl <nathan@silverstripe.com.au>
* @author Nathan Glasl <nathan@symbiote.com.au>
*/

if(!defined('FUSION_PATH')) {
Expand Down
2 changes: 1 addition & 1 deletion code/controllers/FusionAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* The interface for creating, managing and consolidating tags.
* @author Nathan Glasl <nathan@silverstripe.com.au>
* @author Nathan Glasl <nathan@symbiote.com.au>
*/

class FusionAdmin extends ModelAdmin {
Expand Down
2 changes: 1 addition & 1 deletion code/dataobjects/FusionTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Tags that consolidate existing and configuration defined tag types.
* @author Nathan Glasl <nathan@silverstripe.com.au>
* @author Nathan Glasl <nathan@symbiote.com.au>
*/

class FusionTag extends DataObject {
Expand Down
2 changes: 1 addition & 1 deletion code/extensions/CMSMainTaggingExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* This extension will automatically be applied, allowing CMS searchable content tagging.
* @author Nathan Glasl <nathan@silverstripe.com.au>
* @author Nathan Glasl <nathan@symbiote.com.au>
*/

class CMSMainTaggingExtension extends Extension {
Expand Down
2 changes: 1 addition & 1 deletion code/extensions/FusionExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* This extension will automatically be applied to existing and configuration defined tag types, and will help consolidate these into fusion tags.
* @author Nathan Glasl <nathan@silverstripe.com.au>
* @author Nathan Glasl <nathan@symbiote.com.au>
*/

class FusionExtension extends DataExtension {
Expand Down
2 changes: 1 addition & 1 deletion code/extensions/TaggingExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* This extension will automatically be applied to pages, allowing searchable content tagging.
* @author Nathan Glasl <nathan@silverstripe.com.au>
* @author Nathan Glasl <nathan@symbiote.com.au>
*/

class TaggingExtension extends DataExtension {
Expand Down
2 changes: 1 addition & 1 deletion code/services/FusionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* This provides functionality for the fusion module.
* @author Nathan Glasl <nathan@silverstripe.com.au>
* @author Nathan Glasl <nathan@symbiote.com.au>
*/

class FusionService {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "BSD-3-Clause",
"authors": [{
"name": "Nathan Glasl",
"email": "nathan@silverstripe.com.au"
"email": "nathan@symbiote.com.au"
}],
"require": {
"silverstripe/cms": "~3.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/FusionUnitTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* The fusion specific unit testing.
* @author Nathan Glasl <nathan@silverstripe.com.au>
* @author Nathan Glasl <nathan@symbiote.com.au>
*/

class FusionUnitTests extends SapphireTest {
Expand Down

0 comments on commit 3b70de8

Please sign in to comment.