Skip to content

Commit

Permalink
few fix as per 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
vrkansagara committed Dec 11, 2024
1 parent 3832f15 commit f278e6d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Vrkansagara\LaraOutPress;

/**
* @copyright Copyright (c) 2015-2022 Vallabh Kansagara <[email protected]>
* @copyright Copyright (c) 2015-2024 Vallabh Kansagara <[email protected]>
* @license https://opensource.org/licenses/BSD-3-Clause New BSD License
*/

Expand Down
2 changes: 1 addition & 1 deletion src/LaraOutPress.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Illuminate\Contracts\Foundation\Application;

/**
* @copyright Copyright (c) 2015-2022 Vallabh Kansagara <[email protected]>
* @copyright Copyright (c) 2015-2024 Vallabh Kansagara <[email protected]>
* @license https://opensource.org/licenses/BSD-3-Clause New BSD License
*/
class LaraOutPress
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/AfterMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Vrkansagara\LaraOutPress\LaraOutPress;

/**
* @copyright Copyright (c) 2015-2022 Vallabh Kansagara <[email protected]>
* @copyright Copyright (c) 2015-2024 Vallabh Kansagara <[email protected]>
* @license https://opensource.org/licenses/BSD-3-Clause New BSD License
*/
class AfterMiddleware
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Vrkansagara\LaraOutPress\Middleware\AfterMiddleware;

/**
* @copyright Copyright (c) 2015-2022 Vallabh Kansagara <[email protected]>
* @copyright Copyright (c) 2015-2024 Vallabh Kansagara <[email protected]>
* @license https://opensource.org/licenses/BSD-3-Clause New BSD License
*/
class ServiceProvider extends SupportServiceProvider
Expand Down
2 changes: 1 addition & 1 deletion src/helper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* @copyright Copyright (c) 2015-2022 Vallabh Kansagara <[email protected]>
* @copyright Copyright (c) 2015-2024 Vallabh Kansagara <[email protected]>
* @license https://opensource.org/licenses/BSD-3-Clause New BSD License
*/

Expand Down

0 comments on commit f278e6d

Please sign in to comment.