Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mgamal92 committed Feb 17, 2024
1 parent 7143a72 commit 83f1603
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 13 deletions.
Empty file removed resources/views/.gitkeep
Empty file.
4 changes: 2 additions & 2 deletions src/Facades/Inbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/
class Inbox extends Facade
{
protected static function getFacadeAccessor()
protected static function getFacadeAccessor(): string
{
return \MG\Inbox\Inbox::class;
return 'inbox';
}
}
5 changes: 0 additions & 5 deletions tests/ArchTest.php

This file was deleted.

5 changes: 0 additions & 5 deletions tests/ExampleTest.php

This file was deleted.

2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
v<?php

use MG\Inbox\Tests\TestCase;

Expand Down

0 comments on commit 83f1603

Please sign in to comment.