Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AminulBD committed Dec 8, 2024
1 parent 271f14d commit c42cfb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/PackageManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private function autoload(string $namespace, string $path): void
}

/**
* Map extension with default values.
* Map packages with default values.
*
* @param array $package
*
Expand Down
2 changes: 1 addition & 1 deletion stubs/packages/sample/src/Models/Sample.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace YourDomain\SampleExtension\Models;
namespace YourDomain\Sample\Models;

use Illuminate\Database\Eloquent\Model;

Expand Down
2 changes: 1 addition & 1 deletion stubs/packages/sample/views/sample.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p>
Hey <strong>{{ $name }}</strong>, <br>
I'm from /extensions/sample/views/sample.blade.php
I'm from /packages/sample/views/sample.blade.php
</p>

<p>
Expand Down

0 comments on commit c42cfb2

Please sign in to comment.