Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F6997513
D771.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.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
Sat, Apr 19, 21:46 (9 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2583504
Default Alt Text
D771.diff (554 B)
Attached To
Mode
D771: Honour Application abstract contract in ReportServiceProvider
Attached
Detach File
Event Timeline
Log In to Comment