Skip to content

update project to laravel 8 get errors (Solve) - #54

Open
Moemen-Gaballah wants to merge 1 commit into
folkloreinc:masterfrom
Moemen-Gaballah:master
Open

update project to laravel 8 get errors (Solve)#54
Moemen-Gaballah wants to merge 1 commit into
folkloreinc:masterfrom
Moemen-Gaballah:master

Conversation

@Moemen-Gaballah

Copy link
Copy Markdown

update folklore/image replace app to container in File ImageManager
because laravel 8 remove $app
Manager $app Property
Likelihood Of Impact: Low

The previously deprecated $app property of the Illuminate\Support\Manager class has been removed. If you were relying on this property, you should use the $container property instead.

https://laravel.com/docs/8.x/upgrade#manager-app-property

update folklore/image replace app to container  in File ImageManager 
because laravel 8 remove $app
Manager $app Property
Likelihood Of Impact: Low

The previously deprecated $app property of the Illuminate\Support\Manager class has been removed. If you were relying on this property, you should use the $container property instead. 

https://laravel.com/docs/8.x/upgrade#manager-app-property
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant