Skip to content

Commit

Permalink
Fix typo (laravel#7252)
Browse files Browse the repository at this point in the history
  • Loading branch information
tontonsb authored Aug 23, 2021
1 parent adf7f3d commit 18c6d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ Sometimes you may wish to invoke a method on an object instance while allowing t

You may invoke the `generate` method via the container like so:

use App\UserRepoort;
use App\UserReport;
use Illuminate\Support\Facades\App;

$report = App::call([new UserReport, 'generate']);
Expand Down

0 comments on commit 18c6d69

Please sign in to comment.