Archived
1
0
Fork 0

app/library/Bootstrap.php: Fix documentation for run() method.

This commit is contained in:
Henrik Hautakoski 2022-07-26 21:10:28 +02:00
parent 3e34e72931
commit 9b2e38d9f3

View file

@ -54,8 +54,6 @@ class Bootstrap extends Injectable
/**
* Runs the application.
*
* @return string
*/
public function run($uri)
{