Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Because ClassName::class available only in >= 5.5 #20

Closed
wants to merge 1 commit into from

Conversation

2bj
Copy link

@2bj 2bj commented Mar 19, 2015

BackupCommand.php
line 70: $databaseBackupHandler = app()->make(DatabaseBackupHandler::class);

BackupCommand.php
line 70: $databaseBackupHandler = app()->make(DatabaseBackupHandler::class);
@freekmurze freekmurze self-assigned this Mar 19, 2015
@freekmurze freekmurze added the bug label Mar 19, 2015
@freekmurze
Copy link
Member

Hi,

good catch, but instead of requiring a higher version of php, it's better to remove ::class and specify the full classname. So I'm not gonna merge this pull request. I'll change the ::class.

@freekmurze freekmurze closed this Mar 19, 2015
@dominicmuse dominicmuse mentioned this pull request Feb 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants