Update tutorial.rst

This commit is contained in:
Bernhard Posselt
2013-03-17 23:40:09 +01:00
parent e6821211ef
commit 39095937ba

View File

@@ -142,6 +142,8 @@ The last thing that is left is to tell the application how the controller needs
<?php
use OCA\AppFramework\DependencyInjection\DIContainer as BaseContainer;
class DIContainer extends BaseContainer {
public function __construct(){
@@ -157,4 +159,4 @@ The last thing that is left is to tell the application how the controller needs
}
Congratulations! The message "Hello World" can now be seen on the main page of your app.
Congratulations! The message "Hello World" can now be seen on the main page of your app.