mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
Update tutorial.rst
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user