Skip to content

Commit

Permalink
Merge pull request joomla#111 from brianteeman/deploy
Browse files Browse the repository at this point in the history
deploy since
  • Loading branch information
khu5h1 committed Feb 16, 2023
2 parents af99319 + e6933d8 commit 09304ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Controller for a single Tour
*
* @since _DEPLOY_VERSION_
* @since __DEPLOY_VERSION__
*/
class TourController extends FormController
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Guidedtours list controller class.
*
* @since _DEPLOY_VERSION_
* @since __DEPLOY_VERSION__
*/

class ToursController extends AdminController
Expand All @@ -34,7 +34,7 @@ class ToursController extends AdminController
*
* @return \Joomla\CMS\MVC\Model\BaseDatabaseModel
*
* @since _DEPLOY_VERSION_
* @since __DEPLOY_VERSION__
*/
public function getModel($name = 'Tour', $prefix = 'Administrator', $config = array('ignore_request' => true))
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class GuidedtoursComponent extends MVCComponent implements BootableExtensionInte
*
* @return void
*
* @since _DEPLOY_VERSION_
* @since __DEPLOY_VERSION__
*/
public function boot(ContainerInterface $container)
{
Expand Down

0 comments on commit 09304ad

Please sign in to comment.