Last active
July 15, 2025 23:58
-
-
Save devajmeireles/750d492b1a90688f2654a9f0bcf65d8f to your computer and use it in GitHub Desktop.
Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Users extends Fluent | |
{ | |
// | |
} | |
$users = new Users(); | |
$users->send(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment