Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
octoberapp committed Jun 22, 2023
1 parent b26c1e7 commit c124cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/Ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
/**
* Ui
*
* @see \System\Helpers\Ui
* @see \System\Classes\UiManager
*/
class Ui extends System\Facades\Ui {}
2 changes: 1 addition & 1 deletion src/Mail/MailServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected function registerIlluminateMailer()
// Extensibility
$this->app['events']->dispatch('mailer.beforeRegister', [$this]);

// Inheritence
// Inheritance
$manager = new MailManager($app);

// Extensibility
Expand Down

0 comments on commit c124cca

Please sign in to comment.