Completed
Push — master ( e0ea71...6df655 )
by Angus
02:34
created

Mangazuki::getFullTitleURL()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 0
CRAP Score 2

Importance

Changes 0
Metric Value
cc 1
eloc 2
nc 1
nop 1
dl 0
loc 3
ccs 0
cts 2
cp 0
crap 2
rs 10
c 0
b 0
f 0
1
<?php declare(strict_types=1); defined('BASEPATH') OR exit('No direct script access allowed');
2
3
class Mangazuki extends Base_myMangaReaderCMS_Site_Model {
4
	public $baseURL = 'https://mangazuki.co';
5
}
6