Completed
Pull Request — master (#20)
by ARCANEDEV
05:27
created

Migration::getTableName()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 6
Code Lines 4

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 0
CRAP Score 6

Importance

Changes 0
Metric Value
cc 2
eloc 4
nc 2
nop 0
dl 0
loc 6
rs 9.4285
c 0
b 0
f 0
ccs 0
cts 6
cp 0
crap 6
1
<?php namespace Arcanedev\Support\Bases;
2
3
/**
4
 * Class     Migration
5
 *
6
 * @package  Arcanedev\Support\Bases
7
 * @author   ARCANEDEV <[email protected]>
8
 *
9
 * @deprecated Use the `Arcanedev\Support\Database\Migration` instead.
10
 */
11
abstract class Migration extends \Arcanedev\Support\Database\Migration {}
12