file updated..

This commit is contained in:
Cüneyt Şentürk
2021-07-10 00:24:44 +03:00
parent deda93e8a1
commit ead767a308
10 changed files with 186 additions and 3 deletions

View File

@ -25,7 +25,7 @@ class Script extends Component
public function __construct(string $type = '', string $scriptFile = '', string $version = '', $transfer = false)
{
$this->type = $type;
$this->scriptFile = ($scriptFile) ? $scriptFile : 'public/js/banling/transfers.js';
$this->scriptFile = ($scriptFile) ? $scriptFile : 'public/js/banking/transfers.js';
$this->version = $this->getVersion($version);
$this->transfer = $transfer;
}