diff --git a/src/content/php/guide/dashboard/create_standalone.md b/src/content/php/guide/dashboard/create_standalone.md index a8b56ad..1cca049 100644 --- a/src/content/php/guide/dashboard/create_standalone.md +++ b/src/content/php/guide/dashboard/create_standalone.md @@ -23,9 +23,9 @@ class MyDashboard extends StandaloneDashboard { } } -$dashboard = new MyDashboard () +$dashboard = new MyDashboard (); $dashboard->renderStandalone (); ?> ~~~ -3. Open `yourdashboard.php` in your browser. \ No newline at end of file +3. Open `yourdashboard.php` in your browser.