Skip to content

Commit 85826b6

Browse files
author
Maarten Staa
committed
Fix Laravel 4 compatibility
Re-added missing package() call in Service Provider
1 parent 4553a1e commit 85826b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Syntax/SteamApi/SteamApiServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class SteamApiServiceProvider extends ServiceProvider {
1919
*/
2020
public function boot()
2121
{
22+
$this->package('syntax/steam-api');
2223
}
2324

2425
/**
@@ -60,4 +61,4 @@ public function provides()
6061
return array('steam-api');
6162
}
6263

63-
}
64+
}

0 commit comments

Comments
 (0)