Skip to content

Laravel 5.3 Support#112

Closed
mkriegeskorte wants to merge 1 commit intonilportugues:masterfrom
mkriegeskorte:laravel-5.3
Closed

Laravel 5.3 Support#112
mkriegeskorte wants to merge 1 commit intonilportugues:masterfrom
mkriegeskorte:laravel-5.3

Conversation

@mkriegeskorte
Copy link
Copy Markdown

Adding support for Laravel 5.3 as mentioned in #108

case false !== strpos($version, '5.2.'):
$provider = new Laravel52Provider();
break;
case false !== strpos($version, '5.3.'):
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaces must be used to indent lines; tabs are not allowed

$provider = new Laravel52Provider();
break;
case false !== strpos($version, '5.3.'):
$provider = new Laravel53Provider();
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaces must be used to indent lines; tabs are not allowed

break;
case false !== strpos($version, '5.3.'):
$provider = new Laravel53Provider();
break;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaces must be used to indent lines; tabs are not allowed

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.

2 participants