Skip to content

Commit

Permalink
Merge pull request #4 from imanghafoori1/main
Browse files Browse the repository at this point in the history
Fix problematic class references
  • Loading branch information
HPWebdeveloper authored Dec 15, 2023
2 parents dbff359 + 3c53634 commit 4445178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion database/factories/ModelFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace HPWebdeveloper\LaravelPayPocket\Database\Factories;

use Illuminate\Database\Eloquent\Factories\Factory;
// use Illuminate\Database\Eloquent\Factories\Factory;

/*
class ModelFactory extends Factory
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/LaravelPayPocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Support\Facades\Facade;

/**
* @see \HPWebdeveloper\LaravelPayPocket\LaravelPayPocket
* @see \HPWebdeveloper\LaravelPayPocket\Services\PocketServices
*/
class LaravelPayPocket extends Facade
{
Expand Down

0 comments on commit 4445178

Please sign in to comment.