Skip to content

Commit

Permalink
adding some tiny test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Orbaugh authored and Stephan Orbaugh committed Aug 22, 2023
1 parent e3464f0 commit ad05de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Application extends App implements IBootstrap {
public const APP_ID = 'notebook';
public const NOTE_FOLDER_NAME = 'TutorialNotes';

//This is a comment
public function __construct(array $urlParams = []) {
parent::__construct(self::APP_ID, $urlParams);
}
Expand Down

0 comments on commit ad05de7

Please sign in to comment.