Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
test plugin -> nsm fields
Browse files Browse the repository at this point in the history
  • Loading branch information
SamNewism committed Jul 31, 2020
1 parent 049af36 commit 6266d1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/controllers/AddressController.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* test plugin for Craft CMS 3.x
* NSM Fields for Craft CMS 3.x
*
* test
* nsm-fields
*
* @link http://newism.com.au
* @copyright Copyright (c) 2017 newism
Expand Down Expand Up @@ -36,7 +36,7 @@
* https://craftcms.com/docs/plugins/controllers
*
* @author newism
* @package Test
* @package nsm-fields
* @since 1.0.0
*/
class AddressController extends Controller
Expand Down
6 changes: 3 additions & 3 deletions src/controllers/EmbedController.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* test plugin for Craft CMS 3.x
* NSM Fields for Craft CMS 3.x
*
* test
* nsm-fields
*
* @link http://newism.com.au
* @copyright Copyright (c) 2017 newism
Expand Down Expand Up @@ -33,7 +33,7 @@
* https://craftcms.com/docs/plugins/controllers
*
* @author newism
* @package Test
* @package nsm-fields
* @since 1.0.0
*/
class EmbedController extends Controller
Expand Down
6 changes: 3 additions & 3 deletions src/services/Embed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* test plugin for Craft CMS 3.x
* NSM Fieldsfor Craft CMS 3.x
*
* test
* nsm-fields
*
* @link http://newism.com.au
* @copyright Copyright (c) 2017 Newism
Expand All @@ -22,7 +22,7 @@
* https://craftcms.com/docs/plugins/services
*
* @author Newism
* @package Test
* @package nsm-fields
* @since 1.0.0
*/
class Embed extends Component
Expand Down

0 comments on commit 6266d1b

Please sign in to comment.