Skip to content

Commit

Permalink
Update Permission.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tharindarodrigo authored Jan 26, 2024
1 parent bdf9e96 commit 20ce0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ private function getModelReflections($array): array

private function extractNamespace($file): string
{
$ns = null;
$ns = '';
$handle = fopen($file, 'r');
if ($handle) {
while (($line = fgets($handle)) !== false) {
Expand Down

0 comments on commit 20ce0bc

Please sign in to comment.