Changeset View
Changeset View
Standalone View
Standalone View
src/aphront/site/PhabricatorPlatformSite.php
Show First 20 Lines • Show All 44 Lines • ▼ Show 20 Lines | foreach ($applications as $application) { | ||||
$maps[] = $this->newRoutingMap() | $maps[] = $this->newRoutingMap() | ||||
->setApplication($application) | ->setApplication($application) | ||||
->setRoutes($application->getRoutes()); | ->setRoutes($application->getRoutes()); | ||||
} | } | ||||
return $maps; | return $maps; | ||||
} | } | ||||
public function new404Controller(AphrontRequest $request) { | |||||
return new PhabricatorPlatform404Controller(); | |||||
} | |||||
} | } |