Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Oct 9, 2021
1 parent 1a62341 commit 027e822
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Framework/Loader/LocationFinder/StaticFinder.php
Expand Up @@ -30,7 +30,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link https://www.fusio-project.org/
* @link https://www.fusio-project.org
*/
class StaticFinder implements LocationFinderInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Rpc/Invoker.php
Expand Up @@ -36,7 +36,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link https://www.fusio-project.org/
* @link https://www.fusio-project.org
*/
class Invoker
{
Expand Down
2 changes: 1 addition & 1 deletion src/Rpc/InvokerFactory.php
Expand Up @@ -34,7 +34,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link https://www.fusio-project.org/
* @link https://www.fusio-project.org
*/
class InvokerFactory
{
Expand Down
2 changes: 1 addition & 1 deletion src/Rpc/Middleware/Authentication.php
Expand Up @@ -31,7 +31,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link https://www.fusio-project.org/
* @link https://www.fusio-project.org
*/
class Authentication
{
Expand Down
2 changes: 1 addition & 1 deletion src/Rpc/Middleware/RequestLimit.php
Expand Up @@ -31,7 +31,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link https://www.fusio-project.org/
* @link https://www.fusio-project.org
*/
class RequestLimit
{
Expand Down
2 changes: 1 addition & 1 deletion src/Rpc/Middleware/ValidateSchema.php
Expand Up @@ -34,7 +34,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link https://www.fusio-project.org/
* @link https://www.fusio-project.org
*/
class ValidateSchema
{
Expand Down
2 changes: 1 addition & 1 deletion src/Schema/Parser/Resolver/Database.php
Expand Up @@ -31,7 +31,7 @@
*
* @author Christoph Kappestein <christoph.kappestein@gmail.com>
* @license http://www.gnu.org/licenses/agpl-3.0
* @link https://www.fusio-project.org/
* @link https://www.fusio-project.org
*/
class Database implements ResolverInterface
{
Expand Down

0 comments on commit 027e822

Please sign in to comment.