You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a namespace: App\Libraries\FileMaker
at a corresponding location on the disc.
I also have a subfolder Helpers at that location with the file filemaker_helper.php in it.
According to the documentation the correct way to load this helper is: helper('App\Library\FileMaker\filemaker').
Unfortunatelly that doesn't work. The autoloader stops searching through the namespace segments once it matches the first one with the App namespace and attaches the Helpers segment followed by the rest of the namespace:
...app\Helpers\Library\FileMaker\filemaker_helper.php
Version: 4.0.3. Affected module: Custom Helpers
The text was updated successfully, but these errors were encountered:
JanZelenka
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
May 20, 2020
I have a namespace: App\Libraries\FileMaker
at a corresponding location on the disc.
I also have a subfolder Helpers at that location with the file filemaker_helper.php in it.
According to the documentation the correct way to load this helper is: helper('App\Library\FileMaker\filemaker').
Unfortunatelly that doesn't work. The autoloader stops searching through the namespace segments once it matches the first one with the App namespace and attaches the Helpers segment followed by the rest of the namespace:
...app\Helpers\Library\FileMaker\filemaker_helper.php
Version: 4.0.3.
Affected module: Custom Helpers
The text was updated successfully, but these errors were encountered: