Skip to content

Commit

Permalink
changed namespace from machapisho\api
Browse files Browse the repository at this point in the history
  • Loading branch information
itsCracker committed Mar 6, 2021
1 parent fe821c7 commit 40e9eaf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 109 deletions.
2 changes: 1 addition & 1 deletion src/Controller.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
//changed namespace from machapisho\api
namespace vaultke\foundation;

use Yii;
use yii\filters\auth\HttpBearerAuth;
use yii\filters\Cors;
Expand Down
1 change: 1 addition & 0 deletions src/Cors.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
//changed namespace from machapisho\api
namespace vaultke\foundation;

class Cors extends \yii\filters\Cors {
Expand Down
108 changes: 0 additions & 108 deletions src/Tokenize.php

This file was deleted.

1 change: 1 addition & 0 deletions src/TraitController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
//changed namespace from machapisho\api
namespace vaultke\foundation;

/**
Expand Down
1 change: 1 addition & 0 deletions src/UserJwt.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
//changed namespace from machapisho\api
namespace vaultke\foundation;

use Firebase\JWT\JWT;
Expand Down

0 comments on commit 40e9eaf

Please sign in to comment.