Stephan Hombergs
Stephan Hombergs
You may also use: ``` Flight::stop(404); ```
Use ```php class_alias('Flight', 'F'); ``` Read about [PHP function class_alias](https://www.php.net/manual/de/function.class-alias.php) in the manual.
[Seems not likely](https://github.com/feimosi/baguetteBox.js/issues/167#issuecomment-721710759), never the less I have incorporated it into my latest website project and it works well.
I experienced the same problem and used the above work around to solve the issue for me.