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 | |
| namespace App\Transformers; | |
| use Josantonius\Session\Facades\Session; | |
| use Neoan\Enums\Direction; | |
| use Neoan\Model\Interfaces\Transformation; | |
| class AttachUser implements Transformation |
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
| #!/usr/bin/env php | |
| <?php | |
| use Neoan\Cli\Application; | |
| use Neoan\Helper\Setup; | |
| use Neoan\NeoanApp; | |
| require_once __DIR__ . '/vendor/autoload.php'; | |
| $setup = new Setup(); |
OlderNewer