Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4028536
D187.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
709 B
Referenced Files
None
Subscribers
None
D187.diff
View Options
diff --git a/app/Http/Controllers/Gate/GateController.php b/app/Http/Controllers/Gate/GateController.php
--- a/app/Http/Controllers/Gate/GateController.php
+++ b/app/Http/Controllers/Gate/GateController.php
@@ -6,6 +6,7 @@
use Nasqueron\Notifications\Http\Controllers\Controller;
use App;
+use Log;
use Report;
use Response;
use Services;
diff --git a/app/Phabricator/ProjectsMap.php b/app/Phabricator/ProjectsMap.php
--- a/app/Phabricator/ProjectsMap.php
+++ b/app/Phabricator/ProjectsMap.php
@@ -58,7 +58,7 @@
* @return Traversable
*/
public function getIterator ( ) {
- return new ArrayIterator($this->map);
+ return new \ArrayIterator($this->map);
}
///
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 21, 20:54 (20 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2366485
Default Alt Text
D187.diff (709 B)
Attached To
Mode
D187: Fixed namespace issues
Attached
Detach File
Event Timeline
Log In to Comment