Skip to content

Commit

Permalink
Merge branch 'datamweb:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft authored Jul 28, 2024
2 parents 824076c + 78ddfd7 commit 3387710
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
$overrides = [
'declare_strict_types' => true,
'void_return' => true,
'modernize_strpos' => false,
];

$options = [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"codeigniter4/devkit": "^1.0",
"codeigniter4/framework": "^4.3.5",
"codeigniter4/shield": "^1.0",
"rector/rector": "1.2.1"
"rector/rector": "1.2.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Libraries/Basic/ShieldOAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function allOAuth(): string
$files = new FileCollection();

/** @var Autoload $autoload */
$autoload = config(Autoload::class);
$autoload = new Autoload();

// Checking if it is installed manually
if (array_key_exists('Datamweb\ShieldOAuth', $autoload->psr4)) {
Expand Down

0 comments on commit 3387710

Please sign in to comment.