-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3832f15
commit f278e6d
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*/ | ||
|
||
|