Current question
Given the following code, what will be the expected behavior?
11 remaining
1$this->app->when(PhotoController::class)2 ->needs(Filesystem::class)3 ->give(function () {4 return Storage::disk('local');5 });
Tip: Read each question carefully; key words and phrases can change the answer.