Skip to content

Commit

Permalink
Merge pull request #663 from rostockahoi/patch-1
Browse files Browse the repository at this point in the history
Fix class import outside of code block
  • Loading branch information
freekmurze committed Mar 22, 2022
2 parents a6e8a1d + 509a1f8 commit 98bfd85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/configuration/craft-cms.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ weight: 7
---

For Craft CMS projects you can create a `craft-ray.php` file in your project's `config` directory.
use craft\helpers\App;

```php
<?php
// Save this in a file called "craft-ray.php" in the config directory of your project

use craft\helpers\App;

return [
/*
* This settings controls whether data should be sent to Ray.
Expand Down

0 comments on commit 98bfd85

Please sign in to comment.