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 Contract { | |
/* ... */ | |
public function needRoundItUp() | |
{ |
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
admingenerator_form_extensions: | |
image_manipulator: liip_imagine | |
upload_manager: vich_uploader | |
collection_upload: | |
async_listener_enabled: true | |
async_route_name: admingenerator_async_upload | |
file_storage: my.admingenerator.form.file_storage.local | |
include_jquery: true | |
include_jqueryui: true | |
include_momentjs: true |
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
<script type="text/javascript" src="/app_dev.php/assetic/js/compiled/admingeneratorformextensions/jquery.min_jquery_1.js"></script> | |
<script type="text/javascript" src="/app_dev.php/assetic/js/compiled/admingeneratorformextensions/jquery-ui.min_jquery-ui_1.js"></script> | |
<script type="text/javascript" src="/app_dev.php/assetic/js/compiled/admingeneratorformextensions/momentjs.min_moment_1.js"></script> | |
<script type="text/javascript" src="/bundles/admingeneratorformextensions/vendor/moment/locale/ru.js?v1"></script> | |
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 Ksn135\CompanyBundle\Controller\Employee; | |
use Admingenerated\Ksn135CompanyBundle\BaseEmployeeController\ActionsController as BaseActionsController; | |
use Symfony\Component\HttpFoundation\Request; | |
use Symfony\Component\HttpFoundation\JsonResponse; | |
/** | |
* ActionsController | |
*/ |
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 | |
/* | |
* This file is part of the informational system package. | |
* | |
* (c) Serg N. Kalachev <[email protected]> | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
* | |
* Usage in your mage enviroment.yml: |
NewerOlder