Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3915702
D771.id1952.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
554 B
Referenced Files
None
Subscribers
None
D771.id1952.diff
View Options
diff --git a/app/Providers/ReportServiceProvider.php b/app/Providers/ReportServiceProvider.php
--- a/app/Providers/ReportServiceProvider.php
+++ b/app/Providers/ReportServiceProvider.php
@@ -18,7 +18,7 @@
public function register() {
$this->app->singleton('report', function (Application $app) {
$report = new ActionsReport();
- static::listenToActionsForReport($report, $app['events']);
+ static::listenToActionsForReport($report, $app->make('events'));
return $report;
});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 21:52 (17 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2308516
Default Alt Text
D771.id1952.diff (554 B)
Attached To
Mode
D771: Honour Application abstract contract in ReportServiceProvider
Attached
Detach File
Event Timeline
Log In to Comment