mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update tutorial.rst
This commit is contained in:
parent
e6821211ef
commit
39095937ba
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user