Skip to content

Commit

Permalink
chore: refactor and fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
digitlimit committed Nov 7, 2023
1 parent 854b5b8 commit 0b7742d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/GithookFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

use Illuminate\Support\Facades\Facade;

/**
* @see \Digitlimit\Githook\Skeleton\SkeletonClass
*/
class GithookFacade extends Facade
{
/**
Expand Down
6 changes: 3 additions & 3 deletions src/Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
class EventServiceProvider extends ServiceProvider
{
protected $listen = [
// PostWasCreated::class => [
// UpdatePostTitle::class,
// ]
// 'Digitlimit\Githook\Events\GithookEvent' => [
// 'Digitlimit\Githook\Listeners\GithookListener',
// ],
];

/**
Expand Down

0 comments on commit 0b7742d

Please sign in to comment.