Skip to content

Commit

Permalink
fix(php5): Remove type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Mar 14, 2019
1 parent d0d67c0 commit 1ce697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Storage/Illuminate.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ protected function cache()
/**
* Set the laravel version.
*/
public function setLaravelVersion(string $version)
public function setLaravelVersion($version)
{
$this->laravelVersion = $version;

Expand Down

0 comments on commit 1ce697e

Please sign in to comment.